Html Css Color HEX #C73334 Mahogany

📋 copy color: '#C73334'

red 199 ◦ green 51 ◦ blue 52

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

Shades of Mahogany #C73334

Tints of Mahogany #C73334

RGB

 RED value IS 199 (78.13% from 255) = 65.89%

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

 BLUE value IS 52 (20.7% from 255) = 17.22%

R = 65.89%
G = 16.89%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73334 (or 0xC73334) is known color: Mahogany. HEX triplet: C7, 33 and 34. RGB value is (199,51,52). Sum of RGB (Red+Green+Blue) = 199+51+52=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C73334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73334 is #38CCCB. Grayscale: #5F5F5F. Windows color (decimal): -3722444 or 3421127. OLE color: 3421127.

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

Color convert

RGB 199 51 52 -
CMYK 0 0.74 0.74 0.22
HSL 359.59º 0.59% 0.49% -
HSV(B) 359.59º 0.74% 0.78% -
XYZ 25.36 14.76 4.76 -
YUV 95.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 199 51 52 0 0.74 0.74 0.22 359.59 0.59 0.49
Hex C7 33 34 0 4A 4A 16 168 3B 31
Octal 307 63 64 0 112 112 26 550 73 61
Binary 11000111 110011 110100 0 1001010 1001010 10110 101101000 111011 110001

Color Harmonies of #C73334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73334

Black with #C73334

Text Example


Text Example

White with #C73334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73334; }

 p { color: rgb(199,51,52); }

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

background-color css

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

 a { background-color: rgb(199,51,52); }

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

border-color css

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

 span { border-color: rgb(199,51,52); }

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