Html Css Color HEX #853165 Rose Bud Cherry

📋 copy color: '#853165'

red 133 ◦ green 49 ◦ blue 101

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

Shades of Rose Bud Cherry #853165

Tints of Rose Bud Cherry #853165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 47%
G = 17.31%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#853165 (or 0x853165) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 65. RGB value is (133,49,101). Sum of RGB (Red+Green+Blue) = 133+49+101=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853165 is #7ACE9A. Grayscale: #4F4F4F. Windows color (decimal): -8048283 or 6631813. OLE color: 6631813.

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

Color convert

RGB 133 49 101 -
CMYK 0 0.63 0.24 0.48
HSL 322.86º 0.46% 0.36% -
HSV(B) 322.86º 0.63% 0.52% -
XYZ 13.12 8.12 13.19 -
YUV 80.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 133 49 101 0 0.63 0.24 0.48 322.86 0.46 0.36
Hex 85 31 65 0 3F 18 30 143 2E 24
Octal 205 61 145 0 77 30 60 503 56 44
Binary 10000101 110001 1100101 0 111111 11000 110000 101000011 101110 100100

Color Harmonies of #853165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853165

Black with #853165

Text Example


Text Example

White with #853165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853165; }

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

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

background-color css

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

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

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

border-color css

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

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

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