Html Css Color HEX #85185B Rose Bud Cherry

📋 copy color: '#85185B'

red 133 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #85185B

Tints of Rose Bud Cherry #85185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 53.63%
G = 9.68%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85185B (or 0x85185B) is known color: Rose Bud Cherry. HEX triplet: 85, 18 and 5B. RGB value is (133,24,91). Sum of RGB (Red+Green+Blue) = 133+24+91=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #85185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85185B is #7AE7A4. Grayscale: #404040. Windows color (decimal): -8054693 or 5970053. OLE color: 5970053.

HSL color Cylindrical-coordinate representation of color #85185B: hue angle of 323.12º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85185B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 91 -
CMYK 0 0.82 0.32 0.48
HSL 323.12º 0.69% 0.31% -
HSV(B) 323.12º 0.82% 0.52% -
XYZ 11.89 6.4 10.51 -
YUV 64.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 133 24 91 0 0.82 0.32 0.48 323.12 0.69 0.31
Hex 85 18 5B 0 52 20 30 143 45 1F
Octal 205 30 133 0 122 40 60 503 105 37
Binary 10000101 11000 1011011 0 1010010 100000 110000 101000011 1000101 11111

Color Harmonies of #85185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85185B

Black with #85185B

Text Example


Text Example

White with #85185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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