Html Css Color HEX #853963 Rose Bud Cherry

📋 copy color: '#853963'

red 133 ◦ green 57 ◦ blue 99

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

Shades of Rose Bud Cherry #853963

Tints of Rose Bud Cherry #853963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.72%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 46.02%
G = 19.72%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853963 (or 0x853963) is known color: Rose Bud Cherry. HEX triplet: 85, 39 and 63. RGB value is (133,57,99). Sum of RGB (Red+Green+Blue) = 133+57+99=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853963 is #7AC69C. Grayscale: #545454. Windows color (decimal): -8046237 or 6502789. OLE color: 6502789.

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

Color convert

RGB 133 57 99 -
CMYK 0 0.57 0.26 0.48
HSL 326.84º 0.4% 0.37% -
HSV(B) 326.84º 0.57% 0.52% -
XYZ 13.39 8.81 12.8 -
YUV 84.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 133 57 99 0 0.57 0.26 0.48 326.84 0.4 0.37
Hex 85 39 63 0 39 1A 30 147 28 25
Octal 205 71 143 0 71 32 60 507 50 45
Binary 10000101 111001 1100011 0 111001 11010 110000 101000111 101000 100101

Color Harmonies of #853963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853963

Black with #853963

Text Example


Text Example

White with #853963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853963; }

 p { color: rgb(133,57,99); }

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

background-color css

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

 a { background-color: rgb(133,57,99); }

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

border-color css

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

 span { border-color: rgb(133,57,99); }

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