#853654

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

Shades of Rose Bud Cherry #853654

Tints of Rose Bud Cherry #853654

Color information

#853654 (or 0x853654) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 36 and 54. RGB value is (133,54,84). Sum of RGB (Red+Green+Blue) = 133+54+84=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #853654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853654 is #7AC9AB. Grayscale: #505050. Windows color (decimal): -8047020 or 5518981. OLE color: 5518981.

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

Color convert

RGB1335484-
CMYK00.590.370.48
HSL337.22º42.25%36.67%-
HSV(B)337.22º59.4%52.16%-
XYZ12.598.269.32-
YUV81.04129.67165.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=49.08%
G=19.93%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133548400.590.370.48337.2242.2536.67
Hex85365403B25301512a25
Octal2056612407345605215245
Binary1000010111011010101000111011100101110000101010001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853654; }

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

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

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

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

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

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

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

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