Html Css Color HEX #CB3031 Mahogany

📋 copy color: '#CB3031'

red 203 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #CB3031

Tints of Mahogany #CB3031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

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

R = 67.67%
G = 16%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB3031 (or 0xCB3031) is known color: Mahogany. HEX triplet: CB, 30 and 31. RGB value is (203,48,49). Sum of RGB (Red+Green+Blue) = 203+48+49=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3031 is #34CFCE. Grayscale: #5E5E5E. Windows color (decimal): -3461071 or 3223755. OLE color: 3223755.

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

Color convert

RGB 203 48 49 -
CMYK 0 0.76 0.76 0.20
HSL 359.61º 0.62% 0.49% -
HSV(B) 359.61º 0.76% 0.8% -
XYZ 26.24 15.03 4.42 -
YUV 94.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 203 48 49 0 0.76 0.76 0.20 359.61 0.62 0.49
Hex CB 30 31 0 4C 4C 14 168 3E 31
Octal 313 60 61 0 114 114 24 550 76 61
Binary 11001011 110000 110001 0 1001100 1001100 10100 101101000 111110 110001

Color Harmonies of #CB3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3031

Black with #CB3031

Text Example


Text Example

White with #CB3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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