Html Css Color HEX #853365 Rose Bud Cherry

📋 copy color: '#853365'

red 133 ◦ green 51 ◦ blue 101

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

Shades of Rose Bud Cherry #853365

Tints of Rose Bud Cherry #853365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 46.67%
G = 17.89%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#853365 (or 0x853365) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 65. RGB value is (133,51,101). Sum of RGB (Red+Green+Blue) = 133+51+101=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853365 is #7ACC9A. Grayscale: #515151. Windows color (decimal): -8047771 or 6632325. OLE color: 6632325.

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

Color convert

RGB 133 51 101 -
CMYK 0 0.62 0.24 0.48
HSL 323.41º 0.45% 0.36% -
HSV(B) 323.41º 0.62% 0.52% -
XYZ 13.21 8.29 13.22 -
YUV 81.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 133 51 101 0 0.62 0.24 0.48 323.41 0.45 0.36
Hex 85 33 65 0 3E 18 30 143 2D 24
Octal 205 63 145 0 76 30 60 503 55 44
Binary 10000101 110011 1100101 0 111110 11000 110000 101000011 101101 100100

Color Harmonies of #853365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853365

Black with #853365

Text Example


Text Example

White with #853365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853365; }

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

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

background-color css

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

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

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

border-color css

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

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

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