#842652

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

Shades of Rose Bud Cherry #842652

Tints of Rose Bud Cherry #842652

Color information

#842652 (or 0x842652) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 26 and 52. RGB value is (132,38,82). Sum of RGB (Red+Green+Blue) = 132+38+82=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #842652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842652 is #7BD9AD. Grayscale: #474747. Windows color (decimal): -8116654 or 5383812. OLE color: 5383812.

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

Color convert

RGB1323882-
CMYK00.710.380.48
HSL331.91º55.29%33.33%-
HSV(B)331.91º71.21%51.76%-
XYZ11.736.98.7-
YUV71.12134.14171.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=52.38%
G=15.08%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132388200.710.380.48331.9155.2933.33
Hex842652047263014c3721
Octal20446122010746605146741
Binary10000100100110101001001000111100110110000101001100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842652; }

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

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

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

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

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

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

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

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