#841150

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

Shades of Rose Bud Cherry #841150

Tints of Rose Bud Cherry #841150

Color information

#841150 (or 0x841150) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 11 and 50. RGB value is (132,17,80). Sum of RGB (Red+Green+Blue) = 132+17+80=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #841150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841150 is #7BEEAF. Grayscale: #3A3A3A. Windows color (decimal): -8122032 or 5247364. OLE color: 5247364.

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

Color convert

RGB1321780-
CMYK00.870.390.48
HSL327.13º77.18%29.22%-
HSV(B)327.13º87.12%51.76%-
XYZ11.165.898.14-
YUV58.57140.1180.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=57.64%
G=7.42%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132178000.870.390.48327.1377.1829.22
Hex84115005727301474d1d
Octal204211200127476050711535
Binary1000010010001101000001010111100111110000101000111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841150; }

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

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

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

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

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

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

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

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