Html Css Color HEX #CB3139 Mahogany

📋 copy color: '#CB3139'

red 203 ◦ green 49 ◦ blue 57

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

Shades of Mahogany #CB3139

Tints of Mahogany #CB3139

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 65.7%
G = 15.86%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3139 (or 0xCB3139) is known color: Mahogany. HEX triplet: CB, 31 and 39. RGB value is (203,49,57). Sum of RGB (Red+Green+Blue) = 203+49+57=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3139 is #34CEC6. Grayscale: #606060. Windows color (decimal): -3460807 or 3748299. OLE color: 3748299.

HSL color Cylindrical-coordinate representation of color #CB3139: hue angle of 356.88º degrees, saturation: 0.61, 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 #CB3139 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 57 -
CMYK 0 0.76 0.72 0.20
HSL 356.88º 0.61% 0.49% -
HSV(B) 356.88º 0.76% 0.8% -
XYZ 26.47 15.19 5.41 -
YUV 95.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 203 49 57 0 0.76 0.72 0.20 356.88 0.61 0.49
Hex CB 31 39 0 4C 48 14 165 3D 31
Octal 313 61 71 0 114 110 24 545 75 61
Binary 11001011 110001 111001 0 1001100 1001000 10100 101100101 111101 110001

Color Harmonies of #CB3139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3139

Black with #CB3139

Text Example


Text Example

White with #CB3139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3139; }

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

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

background-color css

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

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

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

border-color css

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

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

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