Html Css Color HEX #C7393D Mahogany

📋 copy color: '#C7393D'

red 199 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #C7393D

Tints of Mahogany #C7393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 62.78%
G = 17.98%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7393D (or 0xC7393D) is known color: Mahogany. HEX triplet: C7, 39 and 3D. RGB value is (199,57,61). Sum of RGB (Red+Green+Blue) = 199+57+61=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C7393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7393D is #38C6C2. Grayscale: #646464. Windows color (decimal): -3720899 or 4012487. OLE color: 4012487.

HSL color Cylindrical-coordinate representation of color #C7393D: hue angle of 358.31º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7393D is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 57 61 -
CMYK 0 0.71 0.69 0.22
HSL 358.31º 0.56% 0.5% -
HSV(B) 358.31º 0.71% 0.78% -
XYZ 25.86 15.41 6.03 -
YUV 99.91 106.04 198.67 -
System Red Green Blue C M Y K H S L
Decimal 199 57 61 0 0.71 0.69 0.22 358.31 0.56 0.5
Hex C7 39 3D 0 47 45 16 166 38 32
Octal 307 71 75 0 107 105 26 546 70 62
Binary 11000111 111001 111101 0 1000111 1000101 10110 101100110 111000 110010

Color Harmonies of #C7393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7393D

Black with #C7393D

Text Example


Text Example

White with #C7393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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