Html Css Color HEX #CB3841 Mahogany

📋 copy color: '#CB3841'

red 203 ◦ green 56 ◦ blue 65

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

Shades of Mahogany #CB3841

Tints of Mahogany #CB3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 62.65%
G = 17.28%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB3841 (or 0xCB3841) is known color: Mahogany. HEX triplet: CB, 38 and 41. RGB value is (203,56,65). Sum of RGB (Red+Green+Blue) = 203+56+65=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3841 is #34C7BE. Grayscale: #656565. Windows color (decimal): -3459007 or 4274379. OLE color: 4274379.

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

Color convert

RGB 203 56 65 -
CMYK 0 0.72 0.68 0.20
HSL 356.33º 0.59% 0.51% -
HSV(B) 356.33º 0.72% 0.8% -
XYZ 27 15.91 6.65 -
YUV 100.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 203 56 65 0 0.72 0.68 0.20 356.33 0.59 0.51
Hex CB 38 41 0 48 44 14 164 3B 33
Octal 313 70 101 0 110 104 24 544 73 63
Binary 11001011 111000 1000001 0 1001000 1000100 10100 101100100 111011 110011

Color Harmonies of #CB3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3841

Black with #CB3841

Text Example


Text Example

White with #CB3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3841; }

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

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

background-color css

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

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

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

border-color css

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

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

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