Html Css Color HEX #CB373B Mahogany

📋 copy color: '#CB373B'

red 203 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #CB373B

Tints of Mahogany #CB373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 64.04%
G = 17.35%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB373B (or 0xCB373B) is known color: Mahogany. HEX triplet: CB, 37 and 3B. RGB value is (203,55,59). Sum of RGB (Red+Green+Blue) = 203+55+59=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB373B is #34C8C4. Grayscale: #636363. Windows color (decimal): -3459269 or 3880907. OLE color: 3880907.

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

Color convert

RGB 203 55 59 -
CMYK 0 0.73 0.71 0.20
HSL 358.38º 0.59% 0.51% -
HSV(B) 358.38º 0.73% 0.8% -
XYZ 26.78 15.74 5.77 -
YUV 99.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 203 55 59 0 0.73 0.71 0.20 358.38 0.59 0.51
Hex CB 37 3B 0 49 47 14 166 3B 33
Octal 313 67 73 0 111 107 24 546 73 63
Binary 11001011 110111 111011 0 1001001 1000111 10100 101100110 111011 110011

Color Harmonies of #CB373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB373B

Black with #CB373B

Text Example


Text Example

White with #CB373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB373B; }

 p { color: rgb(203,55,59); }

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

background-color css

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

 a { background-color: rgb(203,55,59); }

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

border-color css

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

 span { border-color: rgb(203,55,59); }

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