Html Css Color HEX #852F62 Rose Bud Cherry

📋 copy color: '#852F62'

red 133 ◦ green 47 ◦ blue 98

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

Shades of Rose Bud Cherry #852F62

Tints of Rose Bud Cherry #852F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.91%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 47.84%
G = 16.91%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#852F62 (or 0x852F62) is known color: Rose Bud Cherry. HEX triplet: 85, 2F and 62. RGB value is (133,47,98). Sum of RGB (Red+Green+Blue) = 133+47+98=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #852F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852F62 is #7AD09D. Grayscale: #4E4E4E. Windows color (decimal): -8048798 or 6434693. OLE color: 6434693.

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

Color convert

RGB 133 47 98 -
CMYK 0 0.65 0.26 0.48
HSL 324.42º 0.48% 0.35% -
HSV(B) 324.42º 0.65% 0.52% -
XYZ 12.89 7.9 12.4 -
YUV 78.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 133 47 98 0 0.65 0.26 0.48 324.42 0.48 0.35
Hex 85 2F 62 0 41 1A 30 144 30 23
Octal 205 57 142 0 101 32 60 504 60 43
Binary 10000101 101111 1100010 0 1000001 11010 110000 101000100 110000 100011

Color Harmonies of #852F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F62

Black with #852F62

Text Example


Text Example

White with #852F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852F62; }

 p { color: rgb(133,47,98); }

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

background-color css

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

 a { background-color: rgb(133,47,98); }

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

border-color css

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

 span { border-color: rgb(133,47,98); }

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