Html Css Color HEX #853460 Rose Bud Cherry

📋 copy color: '#853460'

red 133 ◦ green 52 ◦ blue 96

#853460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #853460

Tints of Rose Bud Cherry #853460

RGB

 RED value IS 133 (52.34% from 255) = 47.33%

 GREEN value IS 52 (20.7% from 255) = 18.51%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 47.33%
G = 18.51%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#853460 (or 0x853460) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 60. RGB value is (133,52,96). Sum of RGB (Red+Green+Blue) = 133+52+96=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #853460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853460 is #7ACB9F. Grayscale: #515151. Windows color (decimal): -8047520 or 6304901. OLE color: 6304901.

HSL color Cylindrical-coordinate representation of color #853460: hue angle of 327.41º 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 #853460 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 96 -
CMYK 0 0.61 0.28 0.48
HSL 327.41º 0.44% 0.36% -
HSV(B) 327.41º 0.61% 0.52% -
XYZ 13.01 8.29 11.98 -
YUV 81.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 133 52 96 0 0.61 0.28 0.48 327.41 0.44 0.36
Hex 85 34 60 0 3D 1C 30 147 2C 24
Octal 205 64 140 0 75 34 60 507 54 44
Binary 10000101 110100 1100000 0 111101 11100 110000 101000111 101100 100100

Color Harmonies of #853460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853460

Black with #853460

Text Example


Text Example

White with #853460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853460; }

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

 H1.HeaderClassName
 {
   color: #853460;
 }
 .AnyTagClassName
 {
   color: #853460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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