Html Css Color HEX #853166 Rose Bud Cherry

📋 copy color: '#853166'

red 133 ◦ green 49 ◦ blue 102

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

Shades of Rose Bud Cherry #853166

Tints of Rose Bud Cherry #853166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 46.83%
G = 17.25%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#853166 (or 0x853166) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 66. RGB value is (133,49,102). Sum of RGB (Red+Green+Blue) = 133+49+102=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #853166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853166 is #7ACE99. Grayscale: #505050. Windows color (decimal): -8048282 or 6697349. OLE color: 6697349.

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

Color convert

RGB 133 49 102 -
CMYK 0 0.63 0.23 0.48
HSL 322.14º 0.46% 0.36% -
HSV(B) 322.14º 0.63% 0.52% -
XYZ 13.17 8.14 13.45 -
YUV 80.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 133 49 102 0 0.63 0.23 0.48 322.14 0.46 0.36
Hex 85 31 66 0 3F 17 30 142 2E 24
Octal 205 61 146 0 77 27 60 502 56 44
Binary 10000101 110001 1100110 0 111111 10111 110000 101000010 101110 100100

Color Harmonies of #853166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853166

Black with #853166

Text Example


Text Example

White with #853166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853166; }

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

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

background-color css

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

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

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

border-color css

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

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

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