#842651

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

Shades of Rose Bud Cherry #842651

Tints of Rose Bud Cherry #842651

Color information

#842651 (or 0x842651) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 26 and 51. RGB value is (132,38,81). Sum of RGB (Red+Green+Blue) = 132+38+81=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #842651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842651 is #7BD9AE. Grayscale: #464646. Windows color (decimal): -8116655 or 5318276. OLE color: 5318276.

HSL color Cylindrical-coordinate representation of color #842651: hue angle of 332.55º 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 #842651 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1323881-
CMYK00.710.390.48
HSL332.55º55.29%33.33%-
HSV(B)332.55º71.21%51.76%-
XYZ11.696.898.5-
YUV71.01133.64171.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=52.59%
G=15.14%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132388100.710.390.48332.5555.2933.33
Hex842651047273014d3721
Octal20446121010747605156741
Binary10000100100110101000101000111100111110000101001101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842651; }

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

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

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

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

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

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

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

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