Html Css Color HEX #852950 Rose Bud Cherry

📋 copy color: '#852950'

red 133 ◦ green 41 ◦ blue 80

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

Shades of Rose Bud Cherry #852950

Tints of Rose Bud Cherry #852950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

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

R = 52.36%
G = 16.14%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#852950 (or 0x852950) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 50. RGB value is (133,41,80). Sum of RGB (Red+Green+Blue) = 133+41+80=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #852950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852950 is #7AD6AF. Grayscale: #484848. Windows color (decimal): -8050352 or 5253509. OLE color: 5253509.

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

Color convert

RGB 133 41 80 -
CMYK 0 0.69 0.40 0.48
HSL 334.57º 0.53% 0.34% -
HSV(B) 334.57º 0.69% 0.52% -
XYZ 11.91 7.15 8.34 -
YUV 72.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 133 41 80 0 0.69 0.40 0.48 334.57 0.53 0.34
Hex 85 29 50 0 45 28 30 14F 35 22
Octal 205 51 120 0 105 50 60 517 65 42
Binary 10000101 101001 1010000 0 1000101 101000 110000 101001111 110101 100010

Color Harmonies of #852950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852950

Black with #852950

Text Example


Text Example

White with #852950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852950; }

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

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

background-color css

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

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

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

border-color css

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

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

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