Html Css Color HEX #C9313B Mahogany

📋 copy color: '#C9313B'

red 201 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #C9313B

Tints of Mahogany #C9313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 59 (23.44% from 255) = 19.09%

R = 65.05%
G = 15.86%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9313B (or 0xC9313B) is known color: Mahogany. HEX triplet: C9, 31 and 3B. RGB value is (201,49,59). Sum of RGB (Red+Green+Blue) = 201+49+59=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9313B is #36CEC4. Grayscale: #5F5F5F. Windows color (decimal): -3591877 or 3879369. OLE color: 3879369.

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

Color convert

RGB 201 49 59 -
CMYK 0 0.76 0.71 0.21
HSL 356.05º 0.61% 0.49% -
HSV(B) 356.05º 0.76% 0.79% -
XYZ 25.98 14.93 5.65 -
YUV 95.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 201 49 59 0 0.76 0.71 0.21 356.05 0.61 0.49
Hex C9 31 3B 0 4C 47 15 164 3D 31
Octal 311 61 73 0 114 107 25 544 75 61
Binary 11001001 110001 111011 0 1001100 1000111 10101 101100100 111101 110001

Color Harmonies of #C9313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9313B

Black with #C9313B

Text Example


Text Example

White with #C9313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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