#CC2834

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

Shades of Mahogany #CC2834

Tints of Mahogany #CC2834

Color information

#CC2834 (or 0xCC2834) is unknown color: approx Mahogany. HEX triplet: CC, 28 and 34. RGB value is (204,40,52). Sum of RGB (Red+Green+Blue) = 204+40+52=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2834 is #33D7CB. Grayscale: #5A5A5A. Windows color (decimal): -3397580 or 3418316. OLE color: 3418316.

HSL color Cylindrical-coordinate representation of color #CC2834: hue angle of 355.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2834 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB2044052-
CMYK00.800.750.2
HSL355.61º67.21%47.84%-
HSV(B)355.61º80.39%80%-
XYZ26.2814.64.68-
YUV90.4106.33209.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.92%
GREEN value IS 40 (16.02% from 255) = 13.51%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=68.92%
G=13.51%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204405200.800.750.2355.6167.2147.84
HexCC28340504B141644330
Octal314506401201132454410360
Binary11001100101000110100010100001001011101001011001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2834; }

 p { color: rgb(204,40,52); }

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

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

 a { background-color: rgb(204,40,52); }

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

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

 span { border-color: rgb(204,40,52); }

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