Html Css Color HEX #CB3539 Mahogany

📋 copy color: '#CB3539'

red 203 ◦ green 53 ◦ blue 57

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

Shades of Mahogany #CB3539

Tints of Mahogany #CB3539

RGB

 RED value IS 203 (79.69% from 255) = 64.86%

 GREEN value IS 53 (21.09% from 255) = 16.93%

 BLUE value IS 57 (22.66% from 255) = 18.21%

R = 64.86%
G = 16.93%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3539 (or 0xCB3539) is known color: Mahogany. HEX triplet: CB, 35 and 39. RGB value is (203,53,57). Sum of RGB (Red+Green+Blue) = 203+53+57=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3539 is #34CAC6. Grayscale: #626262. Windows color (decimal): -3459783 or 3749323. OLE color: 3749323.

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

Color convert

RGB 203 53 57 -
CMYK 0 0.74 0.72 0.20
HSL 358.4º 0.59% 0.5% -
HSV(B) 358.4º 0.74% 0.8% -
XYZ 26.64 15.54 5.47 -
YUV 98.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 203 53 57 0 0.74 0.72 0.20 358.4 0.59 0.5
Hex CB 35 39 0 4A 48 14 166 3B 32
Octal 313 65 71 0 112 110 24 546 73 62
Binary 11001011 110101 111001 0 1001010 1001000 10100 101100110 111011 110010

Color Harmonies of #CB3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3539

Black with #CB3539

Text Example


Text Example

White with #CB3539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3539; }

 p { color: rgb(203,53,57); }

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

background-color css

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

 a { background-color: rgb(203,53,57); }

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

border-color css

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

 span { border-color: rgb(203,53,57); }

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