Html Css Color HEX #C5333B Mahogany

📋 copy color: '#C5333B'

red 197 ◦ green 51 ◦ blue 59

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

Shades of Mahogany #C5333B

Tints of Mahogany #C5333B

RGB

 RED value IS 197 (77.34% from 255) = 64.17%

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

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

R = 64.17%
G = 16.61%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5333B (or 0xC5333B) is known color: Mahogany. HEX triplet: C5, 33 and 3B. RGB value is (197,51,59). Sum of RGB (Red+Green+Blue) = 197+51+59=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5333B is #3ACCC4. Grayscale: #5F5F5F. Windows color (decimal): -3853509 or 3879877. OLE color: 3879877.

HSL color Cylindrical-coordinate representation of color #C5333B: hue angle of 356.71º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5333B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 59 -
CMYK 0 0.74 0.70 0.23
HSL 356.71º 0.59% 0.49% -
HSV(B) 356.71º 0.74% 0.77% -
XYZ 25 14.55 5.63 -
YUV 95.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 197 51 59 0 0.74 0.70 0.23 356.71 0.59 0.49
Hex C5 33 3B 0 4A 46 17 165 3B 31
Octal 305 63 73 0 112 106 27 545 73 61
Binary 11000101 110011 111011 0 1001010 1000110 10111 101100101 111011 110001

Color Harmonies of #C5333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5333B

Black with #C5333B

Text Example


Text Example

White with #C5333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5333B; }

 p { color: rgb(197,51,59); }

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

background-color css

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

 a { background-color: rgb(197,51,59); }

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

border-color css

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

 span { border-color: rgb(197,51,59); }

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