#841252

Color #841252 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #841252

Tints of Rose Bud Cherry #841252

Color information

#841252 (or 0x841252) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 12 and 52. RGB value is (132,18,82). Sum of RGB (Red+Green+Blue) = 132+18+82=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #841252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841252 is #7BEDAD. Grayscale: #3B3B3B. Windows color (decimal): -8121774 or 5378692. OLE color: 5378692.

HSL color Cylindrical-coordinate representation of color #841252: hue angle of 326.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841252 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1321882-
CMYK00.860.380.48
HSL326.32º76%29.41%-
HSV(B)326.32º86.36%51.76%-
XYZ11.265.958.54-
YUV59.38140.77179.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.90%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=56.90%
G=7.76%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132188200.860.380.48326.327629.41
Hex84125205626301464c1d
Octal204221220126466050611435
Binary1000010010010101001001010110100110110000101000110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841252; }

 p { color: rgb(132,18,82); }

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

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

 a { background-color: rgb(132,18,82); }

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

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

 span { border-color: rgb(132,18,82); }

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