Html Css Color HEX #85355F Rose Bud Cherry

📋 copy color: '#85355F'

red 133 ◦ green 53 ◦ blue 95

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

Shades of Rose Bud Cherry #85355F

Tints of Rose Bud Cherry #85355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 47.33%
G = 18.86%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85355F (or 0x85355F) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 5F. RGB value is (133,53,95). Sum of RGB (Red+Green+Blue) = 133+53+95=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85355F is #7ACAA0. Grayscale: #515151. Windows color (decimal): -8047265 or 6239621. OLE color: 6239621.

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

Color convert

RGB 133 53 95 -
CMYK 0 0.60 0.29 0.48
HSL 328.5º 0.43% 0.36% -
HSV(B) 328.5º 0.6% 0.52% -
XYZ 13.01 8.36 11.75 -
YUV 81.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 133 53 95 0 0.60 0.29 0.48 328.5 0.43 0.36
Hex 85 35 5F 0 3C 1D 30 148 2B 24
Octal 205 65 137 0 74 35 60 510 53 44
Binary 10000101 110101 1011111 0 111100 11101 110000 101001000 101011 100100

Color Harmonies of #85355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85355F

Black with #85355F

Text Example


Text Example

White with #85355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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