Html Css Color HEX #852962 Rose Bud Cherry

📋 copy color: '#852962'

red 133 ◦ green 41 ◦ blue 98

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

Shades of Rose Bud Cherry #852962

Tints of Rose Bud Cherry #852962

RGB

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

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

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

R = 48.9%
G = 15.07%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#852962 (or 0x852962) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 62. RGB value is (133,41,98). Sum of RGB (Red+Green+Blue) = 133+41+98=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852962 is #7AD69D. Grayscale: #4A4A4A. Windows color (decimal): -8050334 or 6433157. OLE color: 6433157.

HSL color Cylindrical-coordinate representation of color #852962: hue angle of 322.83º 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 #852962 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 98 -
CMYK 0 0.69 0.26 0.48
HSL 322.83º 0.53% 0.34% -
HSV(B) 322.83º 0.69% 0.52% -
XYZ 12.67 7.45 12.33 -
YUV 75.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 133 41 98 0 0.69 0.26 0.48 322.83 0.53 0.34
Hex 85 29 62 0 45 1A 30 143 35 22
Octal 205 51 142 0 105 32 60 503 65 42
Binary 10000101 101001 1100010 0 1000101 11010 110000 101000011 110101 100010

Color Harmonies of #852962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852962

Black with #852962

Text Example


Text Example

White with #852962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852962; }

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

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

background-color css

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

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

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

border-color css

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

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

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