Html Css Color HEX #852750 Rose Bud Cherry

📋 copy color: '#852750'

red 133 ◦ green 39 ◦ blue 80

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

Shades of Rose Bud Cherry #852750

Tints of Rose Bud Cherry #852750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 52.78%
G = 15.48%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#852750 (or 0x852750) is known color: Rose Bud Cherry. HEX triplet: 85, 27 and 50. RGB value is (133,39,80). Sum of RGB (Red+Green+Blue) = 133+39+80=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #852750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852750 is #7AD8AF. Grayscale: #474747. Windows color (decimal): -8050864 or 5252997. OLE color: 5252997.

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

Color convert

RGB 133 39 80 -
CMYK 0 0.71 0.40 0.48
HSL 333.83º 0.55% 0.34% -
HSV(B) 333.83º 0.71% 0.52% -
XYZ 11.85 7.02 8.32 -
YUV 71.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 133 39 80 0 0.71 0.40 0.48 333.83 0.55 0.34
Hex 85 27 50 0 47 28 30 14E 37 22
Octal 205 47 120 0 107 50 60 516 67 42
Binary 10000101 100111 1010000 0 1000111 101000 110000 101001110 110111 100010

Color Harmonies of #852750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852750

Black with #852750

Text Example


Text Example

White with #852750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852750; }

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

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

background-color css

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

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

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

border-color css

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

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

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