#842653

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

Shades of Rose Bud Cherry #842653

Tints of Rose Bud Cherry #842653

Color information

#842653 (or 0x842653) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 26 and 53. RGB value is (132,38,83). Sum of RGB (Red+Green+Blue) = 132+38+83=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #842653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842653 is #7BD9AC. Grayscale: #474747. Windows color (decimal): -8116653 or 5449348. OLE color: 5449348.

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

Color convert

RGB1323883-
CMYK00.710.370.48
HSL331.28º55.29%33.33%-
HSV(B)331.28º71.21%51.76%-
XYZ11.776.928.9-
YUV71.24134.64171.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=52.17%
G=15.02%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132388300.710.370.48331.2855.2933.33
Hex842653047253014b3721
Octal20446123010745605136741
Binary10000100100110101001101000111100101110000101001011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842653; }

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

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

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

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

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

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

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

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