Html Css Color HEX #853468 Rose Bud Cherry

📋 copy color: '#853468'

red 133 ◦ green 52 ◦ blue 104

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

Shades of Rose Bud Cherry #853468

Tints of Rose Bud Cherry #853468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 46.02%
G = 17.99%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#853468 (or 0x853468) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 68. RGB value is (133,52,104). Sum of RGB (Red+Green+Blue) = 133+52+104=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853468 is #7ACB97. Grayscale: #525252. Windows color (decimal): -8047512 or 6829189. OLE color: 6829189.

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

Color convert

RGB 133 52 104 -
CMYK 0 0.61 0.22 0.48
HSL 321.48º 0.44% 0.36% -
HSV(B) 321.48º 0.61% 0.52% -
XYZ 13.4 8.44 14.02 -
YUV 82.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 133 52 104 0 0.61 0.22 0.48 321.48 0.44 0.36
Hex 85 34 68 0 3D 16 30 141 2C 24
Octal 205 64 150 0 75 26 60 501 54 44
Binary 10000101 110100 1101000 0 111101 10110 110000 101000001 101100 100100

Color Harmonies of #853468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853468

Black with #853468

Text Example


Text Example

White with #853468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853468; }

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

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

background-color css

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

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

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

border-color css

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

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

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