Html Css Color HEX #CB373A Mahogany

📋 copy color: '#CB373A'

red 203 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #CB373A

Tints of Mahogany #CB373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 64.24%
G = 17.41%
B = 18.35%

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

#CB373A (or 0xCB373A) is known color: Mahogany. HEX triplet: CB, 37 and 3A. RGB value is (203,55,58). Sum of RGB (Red+Green+Blue) = 203+55+58=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB373A is #34C8C5. Grayscale: #636363. Windows color (decimal): -3459270 or 3815371. OLE color: 3815371.

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

Color convert

RGB 203 55 58 -
CMYK 0 0.73 0.71 0.20
HSL 358.78º 0.59% 0.51% -
HSV(B) 358.78º 0.73% 0.8% -
XYZ 26.76 15.73 5.63 -
YUV 99.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 203 55 58 0 0.73 0.71 0.20 358.78 0.59 0.51
Hex CB 37 3A 0 49 47 14 167 3B 33
Octal 313 67 72 0 111 107 24 547 73 63
Binary 11001011 110111 111010 0 1001001 1000111 10100 101100111 111011 110011

Color Harmonies of #CB373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB373A

Black with #CB373A

Text Example


Text Example

White with #CB373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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