Html Css Color HEX #853556 Rose Bud Cherry

📋 copy color: '#853556'

red 133 ◦ green 53 ◦ blue 86

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

Shades of Rose Bud Cherry #853556

Tints of Rose Bud Cherry #853556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.62%

R = 48.9%
G = 19.49%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#853556 (or 0x853556) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 56. RGB value is (133,53,86). Sum of RGB (Red+Green+Blue) = 133+53+86=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853556 is #7ACAA9. Grayscale: #505050. Windows color (decimal): -8047274 or 5649797. OLE color: 5649797.

HSL color Cylindrical-coordinate representation of color #853556: hue angle of 335.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 #853556 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 86 -
CMYK 0 0.60 0.35 0.48
HSL 335.25º 0.43% 0.36% -
HSV(B) 335.25º 0.6% 0.52% -
XYZ 12.63 8.2 9.72 -
YUV 80.68 131 165.32 -
System Red Green Blue C M Y K H S L
Decimal 133 53 86 0 0.60 0.35 0.48 335.25 0.43 0.36
Hex 85 35 56 0 3C 23 30 14F 2B 24
Octal 205 65 126 0 74 43 60 517 53 44
Binary 10000101 110101 1010110 0 111100 100011 110000 101001111 101011 100100

Color Harmonies of #853556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853556

Black with #853556

Text Example


Text Example

White with #853556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853556; }

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

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

background-color css

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

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

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

border-color css

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

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

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