Html Css Color HEX #C62D36 Mahogany

📋 copy color: '#C62D36'

red 198 ◦ green 45 ◦ blue 54

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

Shades of Mahogany #C62D36

Tints of Mahogany #C62D36

RGB

 RED value IS 198 (77.73% from 255) = 66.67%

 GREEN value IS 45 (17.97% from 255) = 15.15%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 66.67%
G = 15.15%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C62D36 (or 0xC62D36) is known color: Mahogany. HEX triplet: C6, 2D and 36. RGB value is (198,45,54). Sum of RGB (Red+Green+Blue) = 198+45+54=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D36 is #39D2C9. Grayscale: #5B5B5B. Windows color (decimal): -3789514 or 3550662. OLE color: 3550662.

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

Color convert

RGB 198 45 54 -
CMYK 0 0.77 0.73 0.22
HSL 356.47º 0.63% 0.48% -
HSV(B) 356.47º 0.77% 0.78% -
XYZ 24.89 14.15 4.91 -
YUV 91.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 198 45 54 0 0.77 0.73 0.22 356.47 0.63 0.48
Hex C6 2D 36 0 4D 49 16 164 3F 30
Octal 306 55 66 0 115 111 26 544 77 60
Binary 11000110 101101 110110 0 1001101 1001001 10110 101100100 111111 110000

Color Harmonies of #C62D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D36

Black with #C62D36

Text Example


Text Example

White with #C62D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D36; }

 p { color: rgb(198,45,54); }

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

background-color css

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

 a { background-color: rgb(198,45,54); }

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

border-color css

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

 span { border-color: rgb(198,45,54); }

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