Html Css Color HEX #853553 Rose Bud Cherry

📋 copy color: '#853553'

red 133 ◦ green 53 ◦ blue 83

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

Shades of Rose Bud Cherry #853553

Tints of Rose Bud Cherry #853553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 49.44%
G = 19.7%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853553 (or 0x853553) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 53. RGB value is (133,53,83). Sum of RGB (Red+Green+Blue) = 133+53+83=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853553 is #7ACAAC. Grayscale: #505050. Windows color (decimal): -8047277 or 5453189. OLE color: 5453189.

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

Color convert

RGB 133 53 83 -
CMYK 0 0.60 0.38 0.48
HSL 337.5º 0.43% 0.36% -
HSV(B) 337.5º 0.6% 0.52% -
XYZ 12.51 8.16 9.1 -
YUV 80.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 133 53 83 0 0.60 0.38 0.48 337.5 0.43 0.36
Hex 85 35 53 0 3C 26 30 152 2B 24
Octal 205 65 123 0 74 46 60 522 53 44
Binary 10000101 110101 1010011 0 111100 100110 110000 101010010 101011 100100

Color Harmonies of #853553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853553

Black with #853553

Text Example


Text Example

White with #853553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853553; }

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

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

background-color css

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

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

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

border-color css

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

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

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