Html Css Color HEX #852659 Rose Bud Cherry

📋 copy color: '#852659'

red 133 ◦ green 38 ◦ blue 89

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

Shades of Rose Bud Cherry #852659

Tints of Rose Bud Cherry #852659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 51.15%
G = 14.62%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#852659 (or 0x852659) is known color: Rose Bud Cherry. HEX triplet: 85, 26 and 59. RGB value is (133,38,89). Sum of RGB (Red+Green+Blue) = 133+38+89=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #852659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852659 is #7AD9A6. Grayscale: #484848. Windows color (decimal): -8051111 or 5842565. OLE color: 5842565.

HSL color Cylindrical-coordinate representation of color #852659: hue angle of 327.79º degrees, saturation: 0.56, 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 #852659 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 89 -
CMYK 0 0.71 0.33 0.48
HSL 327.79º 0.56% 0.34% -
HSV(B) 327.79º 0.71% 0.52% -
XYZ 12.17 7.09 10.18 -
YUV 72.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 133 38 89 0 0.71 0.33 0.48 327.79 0.56 0.34
Hex 85 26 59 0 47 21 30 148 38 22
Octal 205 46 131 0 107 41 60 510 70 42
Binary 10000101 100110 1011001 0 1000111 100001 110000 101001000 111000 100010

Color Harmonies of #852659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852659

Black with #852659

Text Example


Text Example

White with #852659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852659; }

 p { color: rgb(133,38,89); }

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

background-color css

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

 a { background-color: rgb(133,38,89); }

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

border-color css

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

 span { border-color: rgb(133,38,89); }

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