Html Css Color HEX #853362 Rose Bud Cherry

📋 copy color: '#853362'

red 133 ◦ green 51 ◦ blue 98

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

Shades of Rose Bud Cherry #853362

Tints of Rose Bud Cherry #853362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 47.16%
G = 18.09%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853362 (or 0x853362) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 62. RGB value is (133,51,98). Sum of RGB (Red+Green+Blue) = 133+51+98=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853362 is #7ACC9D. Grayscale: #505050. Windows color (decimal): -8047774 or 6435717. OLE color: 6435717.

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

Color convert

RGB 133 51 98 -
CMYK 0 0.62 0.26 0.48
HSL 325.61º 0.45% 0.36% -
HSV(B) 325.61º 0.62% 0.52% -
XYZ 13.06 8.24 12.46 -
YUV 80.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 133 51 98 0 0.62 0.26 0.48 325.61 0.45 0.36
Hex 85 33 62 0 3E 1A 30 146 2D 24
Octal 205 63 142 0 76 32 60 506 55 44
Binary 10000101 110011 1100010 0 111110 11010 110000 101000110 101101 100100

Color Harmonies of #853362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853362

Black with #853362

Text Example


Text Example

White with #853362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853362; }

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

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

background-color css

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

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

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

border-color css

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

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

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