Html Css Color HEX #853861 Rose Bud Cherry

📋 copy color: '#853861'

red 133 ◦ green 56 ◦ blue 97

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

Shades of Rose Bud Cherry #853861

Tints of Rose Bud Cherry #853861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 46.5%
G = 19.58%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#853861 (or 0x853861) is known color: Rose Bud Cherry. HEX triplet: 85, 38 and 61. RGB value is (133,56,97). Sum of RGB (Red+Green+Blue) = 133+56+97=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853861 is #7AC79E. Grayscale: #535353. Windows color (decimal): -8046495 or 6371461. OLE color: 6371461.

HSL color Cylindrical-coordinate representation of color #853861: hue angle of 328.05º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853861 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 97 -
CMYK 0 0.58 0.27 0.48
HSL 328.05º 0.41% 0.37% -
HSV(B) 328.05º 0.58% 0.52% -
XYZ 13.24 8.68 12.29 -
YUV 83.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 133 56 97 0 0.58 0.27 0.48 328.05 0.41 0.37
Hex 85 38 61 0 3A 1B 30 148 29 25
Octal 205 70 141 0 72 33 60 510 51 45
Binary 10000101 111000 1100001 0 111010 11011 110000 101001000 101001 100101

Color Harmonies of #853861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853861

Black with #853861

Text Example


Text Example

White with #853861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853861; }

 p { color: rgb(133,56,97); }

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

background-color css

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

 a { background-color: rgb(133,56,97); }

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

border-color css

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

 span { border-color: rgb(133,56,97); }

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