Html Css Color HEX #C73338 Mahogany

📋 copy color: '#C73338'

red 199 ◦ green 51 ◦ blue 56

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

Shades of Mahogany #C73338

Tints of Mahogany #C73338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 65.03%
G = 16.67%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C73338 (or 0xC73338) is known color: Mahogany. HEX triplet: C7, 33 and 38. RGB value is (199,51,56). Sum of RGB (Red+Green+Blue) = 199+51+56=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C73338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73338 is #38CCC7. Grayscale: #5F5F5F. Windows color (decimal): -3722440 or 3683271. OLE color: 3683271.

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

Color convert

RGB 199 51 56 -
CMYK 0 0.74 0.72 0.22
HSL 357.97º 0.59% 0.49% -
HSV(B) 357.97º 0.74% 0.78% -
XYZ 25.45 14.8 5.26 -
YUV 95.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 199 51 56 0 0.74 0.72 0.22 357.97 0.59 0.49
Hex C7 33 38 0 4A 48 16 166 3B 31
Octal 307 63 70 0 112 110 26 546 73 61
Binary 11000111 110011 111000 0 1001010 1001000 10110 101100110 111011 110001

Color Harmonies of #C73338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73338

Black with #C73338

Text Example


Text Example

White with #C73338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73338; }

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

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

background-color css

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

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

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

border-color css

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

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

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