Html Css Color HEX #853554 Rose Bud Cherry

📋 copy color: '#853554'

red 133 ◦ green 53 ◦ blue 84

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

Shades of Rose Bud Cherry #853554

Tints of Rose Bud Cherry #853554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 49.26%
G = 19.63%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#853554 (or 0x853554) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 54. RGB value is (133,53,84). Sum of RGB (Red+Green+Blue) = 133+53+84=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853554 is #7ACAAB. Grayscale: #505050. Windows color (decimal): -8047276 or 5518725. OLE color: 5518725.

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

Color convert

RGB 133 53 84 -
CMYK 0 0.60 0.37 0.48
HSL 336.75º 0.43% 0.36% -
HSV(B) 336.75º 0.6% 0.52% -
XYZ 12.55 8.17 9.3 -
YUV 80.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 133 53 84 0 0.60 0.37 0.48 336.75 0.43 0.36
Hex 85 35 54 0 3C 25 30 151 2B 24
Octal 205 65 124 0 74 45 60 521 53 44
Binary 10000101 110101 1010100 0 111100 100101 110000 101010001 101011 100100

Color Harmonies of #853554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853554

Black with #853554

Text Example


Text Example

White with #853554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853554; }

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

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

background-color css

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

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

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

border-color css

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

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

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