Html Css Color HEX #852B5B Rose Bud Cherry

📋 copy color: '#852B5B'

red 133 ◦ green 43 ◦ blue 91

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

Shades of Rose Bud Cherry #852B5B

Tints of Rose Bud Cherry #852B5B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

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

R = 49.81%
G = 16.1%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#852B5B (or 0x852B5B) is known color: Rose Bud Cherry. HEX triplet: 85, 2B and 5B. RGB value is (133,43,91). Sum of RGB (Red+Green+Blue) = 133+43+91=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #852B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B5B is #7AD4A4. Grayscale: #4B4B4B. Windows color (decimal): -8049829 or 5974917. OLE color: 5974917.

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

Color convert

RGB 133 43 91 -
CMYK 0 0.68 0.32 0.48
HSL 328º 0.51% 0.35% -
HSV(B) 328º 0.68% 0.52% -
XYZ 12.43 7.47 10.68 -
YUV 75.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 133 43 91 0 0.68 0.32 0.48 328 0.51 0.35
Hex 85 2B 5B 0 44 20 30 148 33 23
Octal 205 53 133 0 104 40 60 510 63 43
Binary 10000101 101011 1011011 0 1000100 100000 110000 101001000 110011 100011

Color Harmonies of #852B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B5B

Black with #852B5B

Text Example


Text Example

White with #852B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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