Html Css Color HEX #C62730 Mahogany

📋 copy color: '#C62730'

red 198 ◦ green 39 ◦ blue 48

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

Shades of Mahogany #C62730

Tints of Mahogany #C62730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 69.47%
G = 13.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C62730 (or 0xC62730) is known color: Mahogany. HEX triplet: C6, 27 and 30. RGB value is (198,39,48). Sum of RGB (Red+Green+Blue) = 198+39+48=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C62730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62730 is #39D8CF. Grayscale: #575757. Windows color (decimal): -3791056 or 3155910. OLE color: 3155910.

HSL color Cylindrical-coordinate representation of color #C62730: hue angle of 356.6º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62730 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 48 -
CMYK 0 0.80 0.76 0.22
HSL 356.6º 0.67% 0.46% -
HSV(B) 356.6º 0.8% 0.78% -
XYZ 24.55 13.67 4.14 -
YUV 87.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 198 39 48 0 0.80 0.76 0.22 356.6 0.67 0.46
Hex C6 27 30 0 50 4C 16 165 43 2E
Octal 306 47 60 0 120 114 26 545 103 56
Binary 11000110 100111 110000 0 1010000 1001100 10110 101100101 1000011 101110

Color Harmonies of #C62730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62730

Black with #C62730

Text Example


Text Example

White with #C62730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62730; }

 p { color: rgb(198,39,48); }

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

background-color css

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

 a { background-color: rgb(198,39,48); }

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

border-color css

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

 span { border-color: rgb(198,39,48); }

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