Html Css Color HEX #853466 Rose Bud Cherry

📋 copy color: '#853466'

red 133 ◦ green 52 ◦ blue 102

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

Shades of Rose Bud Cherry #853466

Tints of Rose Bud Cherry #853466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 46.34%
G = 18.12%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#853466 (or 0x853466) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 66. RGB value is (133,52,102). Sum of RGB (Red+Green+Blue) = 133+52+102=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #853466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853466 is #7ACB99. Grayscale: #515151. Windows color (decimal): -8047514 or 6698117. OLE color: 6698117.

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

Color convert

RGB 133 52 102 -
CMYK 0 0.61 0.23 0.48
HSL 322.96º 0.44% 0.36% -
HSV(B) 322.96º 0.61% 0.52% -
XYZ 13.3 8.4 13.49 -
YUV 81.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 133 52 102 0 0.61 0.23 0.48 322.96 0.44 0.36
Hex 85 34 66 0 3D 17 30 143 2C 24
Octal 205 64 146 0 75 27 60 503 54 44
Binary 10000101 110100 1100110 0 111101 10111 110000 101000011 101100 100100

Color Harmonies of #853466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853466

Black with #853466

Text Example


Text Example

White with #853466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853466; }

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

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

background-color css

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

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

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

border-color css

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

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

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