#853454

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

Shades of Rose Bud Cherry #853454

Tints of Rose Bud Cherry #853454

Color information

#853454 (or 0x853454) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 54. RGB value is (133,52,84). Sum of RGB (Red+Green+Blue) = 133+52+84=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853454 is #7ACBAB. Grayscale: #4F4F4F. Windows color (decimal): -8047532 or 5518469. OLE color: 5518469.

HSL color Cylindrical-coordinate representation of color #853454: hue angle of 336.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853454 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB1335284-
CMYK00.610.370.48
HSL336.3º43.78%36.27%-
HSV(B)336.3º60.9%52.16%-
XYZ12.58.089.29-
YUV79.87130.34165.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=49.44%
G=19.33%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133528400.610.370.48336.343.7836.27
Hex85345403D25301502c24
Octal2056412407545605205444
Binary1000010111010010101000111101100101110000101010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853454; }

 p { color: rgb(133,52,84); }

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

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

 a { background-color: rgb(133,52,84); }

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

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

 span { border-color: rgb(133,52,84); }

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