Html Css Color HEX #853562 Rose Bud Cherry

📋 copy color: '#853562'

red 133 ◦ green 53 ◦ blue 98

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

Shades of Rose Bud Cherry #853562

Tints of Rose Bud Cherry #853562

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

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

R = 46.83%
G = 18.66%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853562 (or 0x853562) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 62. RGB value is (133,53,98). Sum of RGB (Red+Green+Blue) = 133+53+98=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #853562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853562 is #7ACA9D. Grayscale: #515151. Windows color (decimal): -8047262 or 6436229. OLE color: 6436229.

HSL color Cylindrical-coordinate representation of color #853562: hue angle of 326.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853562 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 98 -
CMYK 0 0.60 0.26 0.48
HSL 326.25º 0.43% 0.36% -
HSV(B) 326.25º 0.6% 0.52% -
XYZ 13.15 8.41 12.49 -
YUV 82.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 133 53 98 0 0.60 0.26 0.48 326.25 0.43 0.36
Hex 85 35 62 0 3C 1A 30 146 2B 24
Octal 205 65 142 0 74 32 60 506 53 44
Binary 10000101 110101 1100010 0 111100 11010 110000 101000110 101011 100100

Color Harmonies of #853562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853562

Black with #853562

Text Example


Text Example

White with #853562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853562; }

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

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

background-color css

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

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

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

border-color css

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

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

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