Html Css Color HEX #CD3032 Mahogany

📋 copy color: '#CD3032'

red 205 ◦ green 48 ◦ blue 50

#CD3032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #CD3032

Tints of Mahogany #CD3032

RGB

 RED value IS 205 (80.47% from 255) = 67.66%

 GREEN value IS 48 (19.14% from 255) = 15.84%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 67.66%
G = 15.84%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD3032 (or 0xCD3032) is known color: Mahogany. HEX triplet: CD, 30 and 32. RGB value is (205,48,50). Sum of RGB (Red+Green+Blue) = 205+48+50=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3032 is #32CFCD. Grayscale: #5F5F5F. Windows color (decimal): -3329998 or 3289293. OLE color: 3289293.

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

Color convert

RGB 205 48 50 -
CMYK 0 0.77 0.76 0.20
HSL 359.24º 0.62% 0.5% -
HSV(B) 359.24º 0.77% 0.8% -
XYZ 26.81 15.32 4.56 -
YUV 95.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 205 48 50 0 0.77 0.76 0.20 359.24 0.62 0.5
Hex CD 30 32 0 4D 4C 14 167 3E 32
Octal 315 60 62 0 115 114 24 547 76 62
Binary 11001101 110000 110010 0 1001101 1001100 10100 101100111 111110 110010

Color Harmonies of #CD3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3032

Black with #CD3032

Text Example


Text Example

White with #CD3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3032; }

 p { color: rgb(205,48,50); }

 H1.HeaderClassName
 {
   color: #CD3032;
 }
 .AnyTagClassName
 {
   color: #CD3032;
 }
</style>

background-color css

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

 a { background-color: rgb(205,48,50); }

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

border-color css

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

 span { border-color: rgb(205,48,50); }

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