Html Css Color HEX #CB3639 Mahogany

📋 copy color: '#CB3639'

red 203 ◦ green 54 ◦ blue 57

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

Shades of Mahogany #CB3639

Tints of Mahogany #CB3639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 64.65%
G = 17.2%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3639 (or 0xCB3639) is known color: Mahogany. HEX triplet: CB, 36 and 39. RGB value is (203,54,57). Sum of RGB (Red+Green+Blue) = 203+54+57=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3639 is #34C9C6. Grayscale: #636363. Windows color (decimal): -3459527 or 3749579. OLE color: 3749579.

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

Color convert

RGB 203 54 57 -
CMYK 0 0.73 0.72 0.20
HSL 358.79º 0.59% 0.5% -
HSV(B) 358.79º 0.73% 0.8% -
XYZ 26.69 15.63 5.48 -
YUV 98.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 203 54 57 0 0.73 0.72 0.20 358.79 0.59 0.5
Hex CB 36 39 0 49 48 14 167 3B 32
Octal 313 66 71 0 111 110 24 547 73 62
Binary 11001011 110110 111001 0 1001001 1001000 10100 101100111 111011 110010

Color Harmonies of #CB3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3639

Black with #CB3639

Text Example


Text Example

White with #CB3639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3639; }

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

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

background-color css

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

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

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

border-color css

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

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

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