Html Css Color HEX #853162 Rose Bud Cherry

📋 copy color: '#853162'

red 133 ◦ green 49 ◦ blue 98

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

Shades of Rose Bud Cherry #853162

Tints of Rose Bud Cherry #853162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 47.5%
G = 17.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853162 (or 0x853162) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 62. RGB value is (133,49,98). Sum of RGB (Red+Green+Blue) = 133+49+98=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #853162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853162 is #7ACE9D. Grayscale: #4F4F4F. Windows color (decimal): -8048286 or 6435205. OLE color: 6435205.

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

Color convert

RGB 133 49 98 -
CMYK 0 0.63 0.26 0.48
HSL 325º 0.46% 0.36% -
HSV(B) 325º 0.63% 0.52% -
XYZ 12.98 8.07 12.43 -
YUV 79.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 133 49 98 0 0.63 0.26 0.48 325 0.46 0.36
Hex 85 31 62 0 3F 1A 30 145 2E 24
Octal 205 61 142 0 77 32 60 505 56 44
Binary 10000101 110001 1100010 0 111111 11010 110000 101000101 101110 100100

Color Harmonies of #853162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853162

Black with #853162

Text Example


Text Example

White with #853162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853162; }

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

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

background-color css

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

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

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

border-color css

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

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

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