Html Css Color HEX #CB3239 Mahogany

📋 copy color: '#CB3239'

red 203 ◦ green 50 ◦ blue 57

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

Shades of Mahogany #CB3239

Tints of Mahogany #CB3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 65.48%
G = 16.13%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3239 (or 0xCB3239) is known color: Mahogany. HEX triplet: CB, 32 and 39. RGB value is (203,50,57). Sum of RGB (Red+Green+Blue) = 203+50+57=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3239 is #34CDC6. Grayscale: #606060. Windows color (decimal): -3460551 or 3748555. OLE color: 3748555.

HSL color Cylindrical-coordinate representation of color #CB3239: hue angle of 357.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3239 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 50 57 -
CMYK 0 0.75 0.72 0.20
HSL 357.25º 0.6% 0.5% -
HSV(B) 357.25º 0.75% 0.8% -
XYZ 26.51 15.27 5.42 -
YUV 96.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 203 50 57 0 0.75 0.72 0.20 357.25 0.6 0.5
Hex CB 32 39 0 4B 48 14 165 3C 32
Octal 313 62 71 0 113 110 24 545 74 62
Binary 11001011 110010 111001 0 1001011 1001000 10100 101100101 111100 110010

Color Harmonies of #CB3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3239

Black with #CB3239

Text Example


Text Example

White with #CB3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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