Html Css Color HEX #853568 Rose Bud Cherry

📋 copy color: '#853568'

red 133 ◦ green 53 ◦ blue 104

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

Shades of Rose Bud Cherry #853568

Tints of Rose Bud Cherry #853568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 45.86%
G = 18.28%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#853568 (or 0x853568) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 68. RGB value is (133,53,104). Sum of RGB (Red+Green+Blue) = 133+53+104=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #853568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853568 is #7ACA97. Grayscale: #525252. Windows color (decimal): -8047256 or 6829445. OLE color: 6829445.

HSL color Cylindrical-coordinate representation of color #853568: hue angle of 321.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853568 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 104 -
CMYK 0 0.60 0.22 0.48
HSL 321.75º 0.43% 0.36% -
HSV(B) 321.75º 0.6% 0.52% -
XYZ 13.44 8.53 14.03 -
YUV 82.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 133 53 104 0 0.60 0.22 0.48 321.75 0.43 0.36
Hex 85 35 68 0 3C 16 30 142 2B 24
Octal 205 65 150 0 74 26 60 502 53 44
Binary 10000101 110101 1101000 0 111100 10110 110000 101000010 101011 100100

Color Harmonies of #853568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853568

Black with #853568

Text Example


Text Example

White with #853568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853568; }

 p { color: rgb(133,53,104); }

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

background-color css

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

 a { background-color: rgb(133,53,104); }

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

border-color css

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

 span { border-color: rgb(133,53,104); }

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