#C8252A

Color #C8252A Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C8252A

Tints of Mahogany #C8252A

Color information

#C8252A (or 0xC8252A) is unknown color: approx Mahogany. HEX triplet: C8, 25 and 2A. RGB value is (200,37,42). Sum of RGB (Red+Green+Blue) = 200+37+42=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8252A is #37DAD5. Grayscale: #565656. Windows color (decimal): -3660502 or 2762184. OLE color: 2762184.

HSL color Cylindrical-coordinate representation of color #C8252A: hue angle of 358.16º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8252A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB2003742-
CMYK00.820.790.22
HSL358.16º68.78%46.47%-
HSV(B)358.16º81.5%78.43%-
XYZ24.913.773.54-
YUV86.31103209.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 71.68%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=71.68%
G=13.26%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200374200.820.790.22358.1668.7846.47
HexC8252A0524F16166452e
Octal310455201221172654610556
Binary11001000100101101010010100101001111101101011001101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8252A; }

 p { color: rgb(200,37,42); }

 H1.HeaderClassName
 {
   color: #C8252A;
 }
 .AnyTagClassName
 {
   color: #C8252A;
 }
</style>
background-color css

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

 a { background-color: rgb(200,37,42); }

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

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

 span { border-color: rgb(200,37,42); }

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