Html Css Color HEX #C7353B Mahogany

📋 copy color: '#C7353B'

red 199 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #C7353B

Tints of Mahogany #C7353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 63.99%
G = 17.04%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7353B (or 0xC7353B) is known color: Mahogany. HEX triplet: C7, 35 and 3B. RGB value is (199,53,59). Sum of RGB (Red+Green+Blue) = 199+53+59=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7353B is #38CAC4. Grayscale: #616161. Windows color (decimal): -3721925 or 3880391. OLE color: 3880391.

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

Color convert

RGB 199 53 59 -
CMYK 0 0.73 0.70 0.22
HSL 357.53º 0.58% 0.49% -
HSV(B) 357.53º 0.73% 0.78% -
XYZ 25.62 15 5.68 -
YUV 97.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 199 53 59 0 0.73 0.70 0.22 357.53 0.58 0.49
Hex C7 35 3B 0 49 46 16 166 3A 31
Octal 307 65 73 0 111 106 26 546 72 61
Binary 11000111 110101 111011 0 1001001 1000110 10110 101100110 111010 110001

Color Harmonies of #C7353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7353B

Black with #C7353B

Text Example


Text Example

White with #C7353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7353B; }

 p { color: rgb(199,53,59); }

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

background-color css

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

 a { background-color: rgb(199,53,59); }

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

border-color css

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

 span { border-color: rgb(199,53,59); }

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