Html Css Color HEX #C73F42 Mahogany

📋 copy color: '#C73F42'

red 199 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #C73F42

Tints of Mahogany #C73F42

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

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

R = 60.67%
G = 19.21%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C73F42 (or 0xC73F42) is known color: Mahogany. HEX triplet: C7, 3F and 42. RGB value is (199,63,66). Sum of RGB (Red+Green+Blue) = 199+63+66=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F42 is #38C0BD. Grayscale: #686868. Windows color (decimal): -3719358 or 4341703. OLE color: 4341703.

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

Color convert

RGB 199 63 66 -
CMYK 0 0.68 0.67 0.22
HSL 358.68º 0.55% 0.51% -
HSV(B) 358.68º 0.68% 0.78% -
XYZ 26.31 16.09 6.87 -
YUV 104.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 199 63 66 0 0.68 0.67 0.22 358.68 0.55 0.51
Hex C7 3F 42 0 44 43 16 167 37 33
Octal 307 77 102 0 104 103 26 547 67 63
Binary 11000111 111111 1000010 0 1000100 1000011 10110 101100111 110111 110011

Color Harmonies of #C73F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F42

Black with #C73F42

Text Example


Text Example

White with #C73F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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