#CF363D

Color #CF363D Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #CF363D

Tints of Mahogany #CF363D

Color information

#CF363D (or 0xCF363D) is unknown color: approx Mahogany. HEX triplet: CF, 36 and 3D. RGB value is (207,54,61). Sum of RGB (Red+Green+Blue) = 207+54+61=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF363D is #30C9C2. Grayscale: #646464. Windows color (decimal): -3197379 or 4011727. OLE color: 4011727.

HSL color Cylindrical-coordinate representation of color #CF363D: hue angle of 357.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF363D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2075461-
CMYK00.740.710.19
HSL357.25º61.45%51.18%-
HSV(B)357.25º73.91%81.18%-
XYZ27.8916.246.08-
YUV100.54105.69203.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 64.29%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=64.29%
G=16.77%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207546100.740.710.19357.2561.4551.18
HexCF363D04A47131653d33
Octal31766750112107235457563
Binary1100111111011011110101001010100011110011101100101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF363D; }

 p { color: rgb(207,54,61); }

 H1.HeaderClassName
 {
   color: #CF363D;
 }
 .AnyTagClassName
 {
   color: #CF363D;
 }
</style>
background-color css

<style>
 a { background-color: #CF363D; }

 a { background-color: rgb(207,54,61); }

 div.DivClassName
 {
   background-color: #CF363D;
 }
 .BgClassName
 {
   background-color: #CF363D;
 }
</style>
border-color css

<style>
 span { border-color: #CF363D; }

 span { border-color: rgb(207,54,61); }

 td.TdClassName
 {
   border-color: #CF363D;
 }
 .TagClassName
 {
   border-color: #CF363D;
 }
</style>