#841050

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

Shades of Rose Bud Cherry #841050

Tints of Rose Bud Cherry #841050

Color information

#841050 (or 0x841050) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 10 and 50. RGB value is (132,16,80). Sum of RGB (Red+Green+Blue) = 132+16+80=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #841050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841050 is #7BEFAF. Grayscale: #393939. Windows color (decimal): -8122288 or 5247108. OLE color: 5247108.

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

Color convert

RGB1321680-
CMYK00.880.390.48
HSL326.9º78.38%29.02%-
HSV(B)326.9º87.88%51.76%-
XYZ11.155.868.13-
YUV57.98140.43180.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 16 (6.64% from 255) = 7.02%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=57.89%
G=7.02%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132168000.880.390.48326.978.3829.02
Hex84105005827301474e1d
Octal204201200130476050711635
Binary1000010010000101000001011000100111110000101000111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841050; }

 p { color: rgb(132,16,80); }

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

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

 a { background-color: rgb(132,16,80); }

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

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

 span { border-color: rgb(132,16,80); }

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