#CD2F3B

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

Shades of Mahogany #CD2F3B

Tints of Mahogany #CD2F3B

Color information

#CD2F3B (or 0xCD2F3B) is unknown color: approx Mahogany. HEX triplet: CD, 2F and 3B. RGB value is (205,47,59). Sum of RGB (Red+Green+Blue) = 205+47+59=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2F3B is #32D0C4. Grayscale: #5F5F5F. Windows color (decimal): -3330245 or 3878861. OLE color: 3878861.

HSL color Cylindrical-coordinate representation of color #CD2F3B: hue angle of 355.44º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2F3B is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB2054759-
CMYK00.770.710.20
HSL355.44º62.7%49.41%-
HSV(B)355.44º77.07%80.39%-
XYZ26.9815.335.67-
YUV95.61107.35206.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.92%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 59 (23.44% from 255) = 18.97%
R=65.92%
G=15.11%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205475900.770.710.20355.4462.749.41
HexCD2F3B04D47141633f31
Octal31557730115107245437761
Binary1100110110111111101101001101100011110100101100011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2F3B; }

 p { color: rgb(205,47,59); }

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

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

 a { background-color: rgb(205,47,59); }

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

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

 span { border-color: rgb(205,47,59); }

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