#85104D

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

Shades of Rose Bud Cherry #85104D

Tints of Rose Bud Cherry #85104D

Color information

#85104D (or 0x85104D) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 10 and 4D. RGB value is (133,16,77). Sum of RGB (Red+Green+Blue) = 133+16+77=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85104D is #7AEFB2. Grayscale: #393939. Windows color (decimal): -8056755 or 5050501. OLE color: 5050501.

HSL color Cylindrical-coordinate representation of color #85104D: hue angle of 328.72º degrees, saturation: 0.79, 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 #85104D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1331677-
CMYK00.880.420.48
HSL328.72º78.52%29.22%-
HSV(B)328.72º87.97%52.16%-
XYZ11.25.897.57-
YUV57.94138.76181.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=58.85%
G=7.08%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133167700.880.420.48328.7278.5229.22
Hex85104D0582A301494f1d
Octal205201150130526051111735
Binary1000010110000100110101011000101010110000101001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85104D; }

 p { color: rgb(133,16,77); }

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

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

 a { background-color: rgb(133,16,77); }

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

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

 span { border-color: rgb(133,16,77); }

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