#841253

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

Shades of Rose Bud Cherry #841253

Tints of Rose Bud Cherry #841253

Color information

#841253 (or 0x841253) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 12 and 53. RGB value is (132,18,83). Sum of RGB (Red+Green+Blue) = 132+18+83=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #841253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841253 is #7BEDAC. Grayscale: #3B3B3B. Windows color (decimal): -8121773 or 5444228. OLE color: 5444228.

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

Color convert

RGB1321883-
CMYK00.860.370.48
HSL325.79º76%29.41%-
HSV(B)325.79º86.36%51.76%-
XYZ11.295.968.74-
YUV59.5141.27179.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.65%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=56.65%
G=7.73%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132188300.860.370.48325.797629.41
Hex84125305625301464c1d
Octal204221230126456050611435
Binary1000010010010101001101010110100101110000101000110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841253; }

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

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

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

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

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

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

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

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