Html Css Color HEX #C93B3E Mahogany

📋 copy color: '#C93B3E'

red 201 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #C93B3E

Tints of Mahogany #C93B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.32%

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 62.42%
G = 18.32%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C93B3E (or 0xC93B3E) is known color: Mahogany. HEX triplet: C9, 3B and 3E. RGB value is (201,59,62). Sum of RGB (Red+Green+Blue) = 201+59+62=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B3E is #36C4C1. Grayscale: #656565. Windows color (decimal): -3589314 or 4078537. OLE color: 4078537.

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

Color convert

RGB 201 59 62 -
CMYK 0 0.71 0.69 0.21
HSL 358.73º 0.57% 0.51% -
HSV(B) 358.73º 0.71% 0.79% -
XYZ 26.52 15.89 6.23 -
YUV 101.8 105.54 198.76 -
System Red Green Blue C M Y K H S L
Decimal 201 59 62 0 0.71 0.69 0.21 358.73 0.57 0.51
Hex C9 3B 3E 0 47 45 15 167 39 33
Octal 311 73 76 0 107 105 25 547 71 63
Binary 11001001 111011 111110 0 1000111 1000101 10101 101100111 111001 110011

Color Harmonies of #C93B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B3E

Black with #C93B3E

Text Example


Text Example

White with #C93B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B3E; }

 p { color: rgb(201,59,62); }

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

background-color css

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

 a { background-color: rgb(201,59,62); }

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

border-color css

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

 span { border-color: rgb(201,59,62); }

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