Html Css Color HEX #853455 Rose Bud Cherry

📋 copy color: '#853455'

red 133 ◦ green 52 ◦ blue 85

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

Shades of Rose Bud Cherry #853455

Tints of Rose Bud Cherry #853455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 49.26%
G = 19.26%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#853455 (or 0x853455) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 55. RGB value is (133,52,85). Sum of RGB (Red+Green+Blue) = 133+52+85=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853455 is #7ACBAA. Grayscale: #4F4F4F. Windows color (decimal): -8047531 or 5584005. OLE color: 5584005.

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

Color convert

RGB 133 52 85 -
CMYK 0 0.61 0.36 0.48
HSL 335.56º 0.44% 0.36% -
HSV(B) 335.56º 0.61% 0.52% -
XYZ 12.54 8.1 9.5 -
YUV 79.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 133 52 85 0 0.61 0.36 0.48 335.56 0.44 0.36
Hex 85 34 55 0 3D 24 30 150 2C 24
Octal 205 64 125 0 75 44 60 520 54 44
Binary 10000101 110100 1010101 0 111101 100100 110000 101010000 101100 100100

Color Harmonies of #853455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853455

Black with #853455

Text Example


Text Example

White with #853455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853455; }

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

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

background-color css

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

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

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

border-color css

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

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

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