Html Css Color HEX #85355B Rose Bud Cherry

📋 copy color: '#85355B'

red 133 ◦ green 53 ◦ blue 91

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

Shades of Rose Bud Cherry #85355B

Tints of Rose Bud Cherry #85355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 48.01%
G = 19.13%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85355B (or 0x85355B) is known color: Rose Bud Cherry. HEX triplet: 85, 35 and 5B. RGB value is (133,53,91). Sum of RGB (Red+Green+Blue) = 133+53+91=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85355B is #7ACAA4. Grayscale: #515151. Windows color (decimal): -8047269 or 5977477. OLE color: 5977477.

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

Color convert

RGB 133 53 91 -
CMYK 0 0.60 0.32 0.48
HSL 331.5º 0.43% 0.36% -
HSV(B) 331.5º 0.6% 0.52% -
XYZ 12.83 8.29 10.82 -
YUV 81.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 133 53 91 0 0.60 0.32 0.48 331.5 0.43 0.36
Hex 85 35 5B 0 3C 20 30 14C 2B 24
Octal 205 65 133 0 74 40 60 514 53 44
Binary 10000101 110101 1011011 0 111100 100000 110000 101001100 101011 100100

Color Harmonies of #85355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85355B

Black with #85355B

Text Example


Text Example

White with #85355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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