Html Css Color HEX #C73238 Mahogany

📋 copy color: '#C73238'

red 199 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #C73238

Tints of Mahogany #C73238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

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

R = 65.25%
G = 16.39%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C73238 (or 0xC73238) is known color: Mahogany. HEX triplet: C7, 32 and 38. RGB value is (199,50,56). Sum of RGB (Red+Green+Blue) = 199+50+56=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C73238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73238 is #38CDC7. Grayscale: #5F5F5F. Windows color (decimal): -3722696 or 3683015. OLE color: 3683015.

HSL color Cylindrical-coordinate representation of color #C73238: hue angle of 357.58º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73238 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 50 56 -
CMYK 0 0.75 0.72 0.22
HSL 357.58º 0.6% 0.49% -
HSV(B) 357.58º 0.75% 0.78% -
XYZ 25.41 14.71 5.24 -
YUV 95.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 199 50 56 0 0.75 0.72 0.22 357.58 0.6 0.49
Hex C7 32 38 0 4B 48 16 166 3C 31
Octal 307 62 70 0 113 110 26 546 74 61
Binary 11000111 110010 111000 0 1001011 1001000 10110 101100110 111100 110001

Color Harmonies of #C73238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73238

Black with #C73238

Text Example


Text Example

White with #C73238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73238; }

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

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

background-color css

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

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

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

border-color css

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

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

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