Html Css Color HEX #C73D42 Mahogany

📋 copy color: '#C73D42'

red 199 ◦ green 61 ◦ blue 66

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

Shades of Mahogany #C73D42

Tints of Mahogany #C73D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 61.04%
G = 18.71%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73D42 (or 0xC73D42) is known color: Mahogany. HEX triplet: C7, 3D and 42. RGB value is (199,61,66). Sum of RGB (Red+Green+Blue) = 199+61+66=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D42 is #38C2BD. Grayscale: #666666. Windows color (decimal): -3719870 or 4341191. OLE color: 4341191.

HSL color Cylindrical-coordinate representation of color #C73D42: hue angle of 357.83º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D42 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 61 66 -
CMYK 0 0.69 0.67 0.22
HSL 357.83º 0.55% 0.51% -
HSV(B) 357.83º 0.69% 0.78% -
XYZ 26.21 15.87 6.84 -
YUV 102.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 199 61 66 0 0.69 0.67 0.22 357.83 0.55 0.51
Hex C7 3D 42 0 45 43 16 166 37 33
Octal 307 75 102 0 105 103 26 546 67 63
Binary 11000111 111101 1000010 0 1000101 1000011 10110 101100110 110111 110011

Color Harmonies of #C73D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D42

Black with #C73D42

Text Example


Text Example

White with #C73D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D42; }

 p { color: rgb(199,61,66); }

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

background-color css

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

 a { background-color: rgb(199,61,66); }

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

border-color css

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

 span { border-color: rgb(199,61,66); }

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