Html Css Color HEX #852B5F Rose Bud Cherry

📋 copy color: '#852B5F'

red 133 ◦ green 43 ◦ blue 95

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

Shades of Rose Bud Cherry #852B5F

Tints of Rose Bud Cherry #852B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 49.08%
G = 15.87%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#852B5F (or 0x852B5F) is known color: Rose Bud Cherry. HEX triplet: 85, 2B and 5F. RGB value is (133,43,95). Sum of RGB (Red+Green+Blue) = 133+43+95=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B5F is #7AD4A0. Grayscale: #4B4B4B. Windows color (decimal): -8049825 or 6237061. OLE color: 6237061.

HSL color Cylindrical-coordinate representation of color #852B5F: hue angle of 325.33º 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 #852B5F is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 95 -
CMYK 0 0.68 0.29 0.48
HSL 325.33º 0.51% 0.35% -
HSV(B) 325.33º 0.68% 0.52% -
XYZ 12.6 7.54 11.62 -
YUV 75.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 133 43 95 0 0.68 0.29 0.48 325.33 0.51 0.35
Hex 85 2B 5F 0 44 1D 30 145 33 23
Octal 205 53 137 0 104 35 60 505 63 43
Binary 10000101 101011 1011111 0 1000100 11101 110000 101000101 110011 100011

Color Harmonies of #852B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B5F

Black with #852B5F

Text Example


Text Example

White with #852B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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