Html Css Color HEX #852850 Rose Bud Cherry

📋 copy color: '#852850'

red 133 ◦ green 40 ◦ blue 80

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

Shades of Rose Bud Cherry #852850

Tints of Rose Bud Cherry #852850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 52.57%
G = 15.81%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#852850 (or 0x852850) is known color: Rose Bud Cherry. HEX triplet: 85, 28 and 50. RGB value is (133,40,80). Sum of RGB (Red+Green+Blue) = 133+40+80=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852850 is #7AD7AF. Grayscale: #484848. Windows color (decimal): -8050608 or 5253253. OLE color: 5253253.

HSL color Cylindrical-coordinate representation of color #852850: hue angle of 334.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852850 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 80 -
CMYK 0 0.70 0.40 0.48
HSL 334.19º 0.54% 0.34% -
HSV(B) 334.19º 0.7% 0.52% -
XYZ 11.88 7.08 8.33 -
YUV 72.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 133 40 80 0 0.70 0.40 0.48 334.19 0.54 0.34
Hex 85 28 50 0 46 28 30 14E 36 22
Octal 205 50 120 0 106 50 60 516 66 42
Binary 10000101 101000 1010000 0 1000110 101000 110000 101001110 110110 100010

Color Harmonies of #852850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852850

Black with #852850

Text Example


Text Example

White with #852850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852850; }

 p { color: rgb(133,40,80); }

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

background-color css

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

 a { background-color: rgb(133,40,80); }

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

border-color css

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

 span { border-color: rgb(133,40,80); }

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