Html Css Color HEX #85355C Rose Bud Cherry

📋 copy color: '#85355C'

red 133 ◦ green 53 ◦ blue 92

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

Shades of Rose Bud Cherry #85355C

Tints of Rose Bud Cherry #85355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 47.84%
G = 19.06%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85355C (or 0x85355C) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 5C. RGB value is (133,53,92). Sum of RGB (Red+Green+Blue) = 133+53+92=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85355C is #7ACAA3. Grayscale: #515151. Windows color (decimal): -8047268 or 6043013. OLE color: 6043013.

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

Color convert

RGB 133 53 92 -
CMYK 0 0.60 0.31 0.48
HSL 330.75º 0.43% 0.36% -
HSV(B) 330.75º 0.6% 0.52% -
XYZ 12.88 8.31 11.05 -
YUV 81.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 133 53 92 0 0.60 0.31 0.48 330.75 0.43 0.36
Hex 85 35 5C 0 3C 1F 30 14B 2B 24
Octal 205 65 134 0 74 37 60 513 53 44
Binary 10000101 110101 1011100 0 111100 11111 110000 101001011 101011 100100

Color Harmonies of #85355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85355C

Black with #85355C

Text Example


Text Example

White with #85355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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