Html Css Color HEX #CB2836 Mahogany

📋 copy color: '#CB2836'

red 203 ◦ green 40 ◦ blue 54

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

Shades of Mahogany #CB2836

Tints of Mahogany #CB2836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 68.35%
G = 13.47%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB2836 (or 0xCB2836) is known color: Mahogany. HEX triplet: CB, 28 and 36. RGB value is (203,40,54). Sum of RGB (Red+Green+Blue) = 203+40+54=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2836 is #34D7C9. Grayscale: #5A5A5A. Windows color (decimal): -3463114 or 3549387. OLE color: 3549387.

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

Color convert

RGB 203 40 54 -
CMYK 0 0.80 0.73 0.20
HSL 354.85º 0.67% 0.48% -
HSV(B) 354.85º 0.8% 0.8% -
XYZ 26.05 14.48 4.91 -
YUV 90.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 203 40 54 0 0.80 0.73 0.20 354.85 0.67 0.48
Hex CB 28 36 0 50 49 14 163 43 30
Octal 313 50 66 0 120 111 24 543 103 60
Binary 11001011 101000 110110 0 1010000 1001001 10100 101100011 1000011 110000

Color Harmonies of #CB2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2836

Black with #CB2836

Text Example


Text Example

White with #CB2836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2836; }

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

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

background-color css

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

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

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

border-color css

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

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

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