Html Css Color HEX #CB3338 Mahogany

📋 copy color: '#CB3338'

red 203 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #CB3338

Tints of Mahogany #CB3338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 65.48%
G = 16.45%
B = 18.06%

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

#CB3338 (or 0xCB3338) is known color: Mahogany. HEX triplet: CB, 33 and 38. RGB value is (203,51,56). Sum of RGB (Red+Green+Blue) = 203+51+56=310 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.48% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3338 is #34CCC7. Grayscale: #616161. Windows color (decimal): -3460296 or 3683275. OLE color: 3683275.

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

Color convert

RGB 203 51 56 -
CMYK 0 0.75 0.72 0.20
HSL 358.03º 0.6% 0.5% -
HSV(B) 358.03º 0.75% 0.8% -
XYZ 26.53 15.35 5.31 -
YUV 97.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 203 51 56 0 0.75 0.72 0.20 358.03 0.6 0.5
Hex CB 33 38 0 4B 48 14 166 3C 32
Octal 313 63 70 0 113 110 24 546 74 62
Binary 11001011 110011 111000 0 1001011 1001000 10100 101100110 111100 110010

Color Harmonies of #CB3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3338

Black with #CB3338

Text Example


Text Example

White with #CB3338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3338; }

 p { color: rgb(203,51,56); }

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

background-color css

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

 a { background-color: rgb(203,51,56); }

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

border-color css

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

 span { border-color: rgb(203,51,56); }

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