Html Css Color HEX #CB3039 Mahogany

📋 copy color: '#CB3039'

red 203 ◦ green 48 ◦ blue 57

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

Shades of Mahogany #CB3039

Tints of Mahogany #CB3039

RGB

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

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

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

R = 65.91%
G = 15.58%
B = 18.51%

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

#CB3039 (or 0xCB3039) is known color: Mahogany. HEX triplet: CB, 30 and 39. RGB value is (203,48,57). Sum of RGB (Red+Green+Blue) = 203+48+57=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3039 is #34CFC6. Grayscale: #5F5F5F. Windows color (decimal): -3461063 or 3748043. OLE color: 3748043.

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

Color convert

RGB 203 48 57 -
CMYK 0 0.76 0.72 0.20
HSL 356.52º 0.62% 0.49% -
HSV(B) 356.52º 0.76% 0.8% -
XYZ 26.42 15.11 5.39 -
YUV 95.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 203 48 57 0 0.76 0.72 0.20 356.52 0.62 0.49
Hex CB 30 39 0 4C 48 14 165 3E 31
Octal 313 60 71 0 114 110 24 545 76 61
Binary 11001011 110000 111001 0 1001100 1001000 10100 101100101 111110 110001

Color Harmonies of #CB3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3039

Black with #CB3039

Text Example


Text Example

White with #CB3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3039; }

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

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

background-color css

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

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

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

border-color css

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

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

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