Html Css Color HEX #CB2731 Mahogany

📋 copy color: '#CB2731'

red 203 ◦ green 39 ◦ blue 49

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

Shades of Mahogany #CB2731

Tints of Mahogany #CB2731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

 BLUE value IS 49 (19.53% from 255) = 16.84%

R = 69.76%
G = 13.4%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2731 (or 0xCB2731) is known color: Mahogany. HEX triplet: CB, 27 and 31. RGB value is (203,39,49). Sum of RGB (Red+Green+Blue) = 203+39+49=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2731 is #34D8CE. Grayscale: #595959. Windows color (decimal): -3463375 or 3221451. OLE color: 3221451.

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

Color convert

RGB 203 39 49 -
CMYK 0 0.81 0.76 0.20
HSL 356.34º 0.68% 0.47% -
HSV(B) 356.34º 0.81% 0.8% -
XYZ 25.91 14.37 4.31 -
YUV 89.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 203 39 49 0 0.81 0.76 0.20 356.34 0.68 0.47
Hex CB 27 31 0 51 4C 14 164 44 2F
Octal 313 47 61 0 121 114 24 544 104 57
Binary 11001011 100111 110001 0 1010001 1001100 10100 101100100 1000100 101111

Color Harmonies of #CB2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2731

Black with #CB2731

Text Example


Text Example

White with #CB2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2731; }

 p { color: rgb(203,39,49); }

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

background-color css

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

 a { background-color: rgb(203,39,49); }

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

border-color css

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

 span { border-color: rgb(203,39,49); }

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