Html Css Color HEX #CB2937 Mahogany

📋 copy color: '#CB2937'

red 203 ◦ green 41 ◦ blue 55

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

Shades of Mahogany #CB2937

Tints of Mahogany #CB2937

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 67.89%
G = 13.71%
B = 18.39%

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

#CB2937 (or 0xCB2937) is known color: Mahogany. HEX triplet: CB, 29 and 37. RGB value is (203,41,55). Sum of RGB (Red+Green+Blue) = 203+41+55=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2937 is #34D6C8. Grayscale: #5B5B5B. Windows color (decimal): -3462857 or 3615179. OLE color: 3615179.

HSL color Cylindrical-coordinate representation of color #CB2937: hue angle of 354.81º degrees, saturation: 0.66, 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 #CB2937 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 55 -
CMYK 0 0.80 0.73 0.20
HSL 354.81º 0.66% 0.48% -
HSV(B) 354.81º 0.8% 0.8% -
XYZ 26.11 14.56 5.05 -
YUV 91.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 203 41 55 0 0.80 0.73 0.20 354.81 0.66 0.48
Hex CB 29 37 0 50 49 14 163 42 30
Octal 313 51 67 0 120 111 24 543 102 60
Binary 11001011 101001 110111 0 1010000 1001001 10100 101100011 1000010 110000

Color Harmonies of #CB2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2937

Black with #CB2937

Text Example


Text Example

White with #CB2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2937; }

 p { color: rgb(203,41,55); }

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

background-color css

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

 a { background-color: rgb(203,41,55); }

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

border-color css

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

 span { border-color: rgb(203,41,55); }

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