Html Css Color HEX #853465 Rose Bud Cherry

📋 copy color: '#853465'

red 133 ◦ green 52 ◦ blue 101

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

Shades of Rose Bud Cherry #853465

Tints of Rose Bud Cherry #853465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 46.5%
G = 18.18%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#853465 (or 0x853465) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 65. RGB value is (133,52,101). Sum of RGB (Red+Green+Blue) = 133+52+101=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853465 is #7ACB9A. Grayscale: #515151. Windows color (decimal): -8047515 or 6632581. OLE color: 6632581.

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

Color convert

RGB 133 52 101 -
CMYK 0 0.61 0.24 0.48
HSL 323.7º 0.44% 0.36% -
HSV(B) 323.7º 0.61% 0.52% -
XYZ 13.25 8.38 13.23 -
YUV 81.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 133 52 101 0 0.61 0.24 0.48 323.7 0.44 0.36
Hex 85 34 65 0 3D 18 30 144 2C 24
Octal 205 64 145 0 75 30 60 504 54 44
Binary 10000101 110100 1100101 0 111101 11000 110000 101000100 101100 100100

Color Harmonies of #853465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853465

Black with #853465

Text Example


Text Example

White with #853465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853465; }

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

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

background-color css

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

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

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

border-color css

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

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

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