Html Css Color HEX #C8313B Mahogany

📋 copy color: '#C8313B'

red 200 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #C8313B

Tints of Mahogany #C8313B

RGB

 RED value IS 200 (78.52% from 255) = 64.94%

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

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

R = 64.94%
G = 15.91%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8313B (or 0xC8313B) is known color: Mahogany. HEX triplet: C8, 31 and 3B. RGB value is (200,49,59). Sum of RGB (Red+Green+Blue) = 200+49+59=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C8313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8313B is #37CEC4. Grayscale: #5F5F5F. Windows color (decimal): -3657413 or 3879368. OLE color: 3879368.

HSL color Cylindrical-coordinate representation of color #C8313B: hue angle of 356.03º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8313B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 59 -
CMYK 0 0.76 0.70 0.22
HSL 356.03º 0.61% 0.49% -
HSV(B) 356.03º 0.76% 0.78% -
XYZ 25.71 14.79 5.64 -
YUV 95.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 200 49 59 0 0.76 0.70 0.22 356.03 0.61 0.49
Hex C8 31 3B 0 4C 46 16 164 3D 31
Octal 310 61 73 0 114 106 26 544 75 61
Binary 11001000 110001 111011 0 1001100 1000110 10110 101100100 111101 110001

Color Harmonies of #C8313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8313B

Black with #C8313B

Text Example


Text Example

White with #C8313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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