Html Css Color HEX #C7343D Mahogany

📋 copy color: '#C7343D'

red 199 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #C7343D

Tints of Mahogany #C7343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 63.78%
G = 16.67%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7343D (or 0xC7343D) is known color: Mahogany. HEX triplet: C7, 34 and 3D. RGB value is (199,52,61). Sum of RGB (Red+Green+Blue) = 199+52+61=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7343D is #38CBC2. Grayscale: #616161. Windows color (decimal): -3722179 or 4011207. OLE color: 4011207.

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

Color convert

RGB 199 52 61 -
CMYK 0 0.74 0.69 0.22
HSL 356.33º 0.59% 0.49% -
HSV(B) 356.33º 0.74% 0.78% -
XYZ 25.62 14.94 5.95 -
YUV 96.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 199 52 61 0 0.74 0.69 0.22 356.33 0.59 0.49
Hex C7 34 3D 0 4A 45 16 164 3B 31
Octal 307 64 75 0 112 105 26 544 73 61
Binary 11000111 110100 111101 0 1001010 1000101 10110 101100100 111011 110001

Color Harmonies of #C7343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7343D

Black with #C7343D

Text Example


Text Example

White with #C7343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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