Html Css Color HEX #852357 Rose Bud Cherry

📋 copy color: '#852357'

red 133 ◦ green 35 ◦ blue 87

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

Shades of Rose Bud Cherry #852357

Tints of Rose Bud Cherry #852357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 52.16%
G = 13.73%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#852357 (or 0x852357) is known color: Rose Bud Cherry. HEX triplet: 85, 23 and 57. RGB value is (133,35,87). Sum of RGB (Red+Green+Blue) = 133+35+87=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852357 is #7ADCA8. Grayscale: #464646. Windows color (decimal): -8051881 or 5710725. OLE color: 5710725.

HSL color Cylindrical-coordinate representation of color #852357: hue angle of 328.16º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852357 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 87 -
CMYK 0 0.74 0.35 0.48
HSL 328.16º 0.58% 0.33% -
HSV(B) 328.16º 0.74% 0.52% -
XYZ 11.99 6.88 9.71 -
YUV 70.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 133 35 87 0 0.74 0.35 0.48 328.16 0.58 0.33
Hex 85 23 57 0 4A 23 30 148 3A 21
Octal 205 43 127 0 112 43 60 510 72 41
Binary 10000101 100011 1010111 0 1001010 100011 110000 101001000 111010 100001

Color Harmonies of #852357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852357

Black with #852357

Text Example


Text Example

White with #852357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852357; }

 p { color: rgb(133,35,87); }

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

background-color css

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

 a { background-color: rgb(133,35,87); }

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

border-color css

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

 span { border-color: rgb(133,35,87); }

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