Html Css Color HEX #C73335 Mahogany

📋 copy color: '#C73335'

red 199 ◦ green 51 ◦ blue 53

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

Shades of Mahogany #C73335

Tints of Mahogany #C73335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 65.68%
G = 16.83%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73335 (or 0xC73335) is known color: Mahogany. HEX triplet: C7, 33 and 35. RGB value is (199,51,53). Sum of RGB (Red+Green+Blue) = 199+51+53=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C73335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73335 is #38CCCA. Grayscale: #5F5F5F. Windows color (decimal): -3722443 or 3486663. OLE color: 3486663.

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

Color convert

RGB 199 51 53 -
CMYK 0 0.74 0.73 0.22
HSL 359.19º 0.59% 0.49% -
HSV(B) 359.19º 0.74% 0.78% -
XYZ 25.38 14.77 4.88 -
YUV 95.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 199 51 53 0 0.74 0.73 0.22 359.19 0.59 0.49
Hex C7 33 35 0 4A 49 16 167 3B 31
Octal 307 63 65 0 112 111 26 547 73 61
Binary 11000111 110011 110101 0 1001010 1001001 10110 101100111 111011 110001

Color Harmonies of #C73335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73335

Black with #C73335

Text Example


Text Example

White with #C73335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73335; }

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

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

background-color css

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

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

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

border-color css

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

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

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