Html Css Color HEX #C93740 Mahogany

📋 copy color: '#C93740'

red 201 ◦ green 55 ◦ blue 64

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

Shades of Mahogany #C93740

Tints of Mahogany #C93740

RGB

 RED value IS 201 (78.91% from 255) = 62.81%

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 62.81%
G = 17.19%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93740 (or 0xC93740) is known color: Mahogany. HEX triplet: C9, 37 and 40. RGB value is (201,55,64). Sum of RGB (Red+Green+Blue) = 201+55+64=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C93740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93740 is #36C8BF. Grayscale: #636363. Windows color (decimal): -3590336 or 4208585. OLE color: 4208585.

HSL color Cylindrical-coordinate representation of color #C93740: hue angle of 356.3º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93740 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 55 64 -
CMYK 0 0.73 0.68 0.21
HSL 356.3º 0.57% 0.5% -
HSV(B) 356.3º 0.73% 0.79% -
XYZ 26.38 15.52 6.46 -
YUV 99.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 201 55 64 0 0.73 0.68 0.21 356.3 0.57 0.5
Hex C9 37 40 0 49 44 15 164 39 32
Octal 311 67 100 0 111 104 25 544 71 62
Binary 11001001 110111 1000000 0 1001001 1000100 10101 101100100 111001 110010

Color Harmonies of #C93740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93740

Black with #C93740

Text Example


Text Example

White with #C93740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93740; }

 p { color: rgb(201,55,64); }

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

background-color css

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

 a { background-color: rgb(201,55,64); }

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

border-color css

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

 span { border-color: rgb(201,55,64); }

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