Html Css Color HEX #C73D40 Mahogany

📋 copy color: '#C73D40'

red 199 ◦ green 61 ◦ blue 64

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

Shades of Mahogany #C73D40

Tints of Mahogany #C73D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 61.42%
G = 18.83%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C73D40 (or 0xC73D40) is known color: Mahogany. HEX triplet: C7, 3D and 40. RGB value is (199,61,64). Sum of RGB (Red+Green+Blue) = 199+61+64=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D40 is #38C2BF. Grayscale: #666666. Windows color (decimal): -3719872 or 4210119. OLE color: 4210119.

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

Color convert

RGB 199 61 64 -
CMYK 0 0.69 0.68 0.22
HSL 358.7º 0.55% 0.51% -
HSV(B) 358.7º 0.69% 0.78% -
XYZ 26.15 15.85 6.53 -
YUV 102.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 199 61 64 0 0.69 0.68 0.22 358.7 0.55 0.51
Hex C7 3D 40 0 45 44 16 167 37 33
Octal 307 75 100 0 105 104 26 547 67 63
Binary 11000111 111101 1000000 0 1000101 1000100 10110 101100111 110111 110011

Color Harmonies of #C73D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D40

Black with #C73D40

Text Example


Text Example

White with #C73D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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