Html Css Color HEX #853B5B Rose Bud Cherry

📋 copy color: '#853B5B'

red 133 ◦ green 59 ◦ blue 91

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

Shades of Rose Bud Cherry #853B5B

Tints of Rose Bud Cherry #853B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 47%
G = 20.85%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#853B5B (or 0x853B5B) is known color: Rose Bud Cherry. HEX triplet: 85, 3B and 5B. RGB value is (133,59,91). Sum of RGB (Red+Green+Blue) = 133+59+91=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853B5B is #7AC4A4. Grayscale: #545454. Windows color (decimal): -8045733 or 5979013. OLE color: 5979013.

HSL color Cylindrical-coordinate representation of color #853B5B: hue angle of 334.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853B5B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 59 91 -
CMYK 0 0.56 0.32 0.48
HSL 334.05º 0.39% 0.38% -
HSV(B) 334.05º 0.56% 0.52% -
XYZ 13.13 8.87 10.92 -
YUV 84.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 133 59 91 0 0.56 0.32 0.48 334.05 0.39 0.38
Hex 85 3B 5B 0 38 20 30 14E 27 26
Octal 205 73 133 0 70 40 60 516 47 46
Binary 10000101 111011 1011011 0 111000 100000 110000 101001110 100111 100110

Color Harmonies of #853B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B5B

Black with #853B5B

Text Example


Text Example

White with #853B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853B5B; }

 p { color: rgb(133,59,91); }

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

background-color css

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

 a { background-color: rgb(133,59,91); }

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

border-color css

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

 span { border-color: rgb(133,59,91); }

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