Html Css Color HEX #86185B Rose Bud Cherry

📋 copy color: '#86185B'

red 134 ◦ green 24 ◦ blue 91

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

Shades of Rose Bud Cherry #86185B

Tints of Rose Bud Cherry #86185B

RGB

 RED value IS 134 (52.73% from 255) = 53.82%

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

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

R = 53.82%
G = 9.64%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86185B (or 0x86185B) is known color: Rose Bud Cherry. HEX triplet: 86, 18 and 5B. RGB value is (134,24,91). Sum of RGB (Red+Green+Blue) = 134+24+91=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86185B is #79E7A4. Grayscale: #404040. Windows color (decimal): -7989157 or 5970054. OLE color: 5970054.

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

Color convert

RGB 134 24 91 -
CMYK 0 0.82 0.32 0.47
HSL 323.45º 0.7% 0.31% -
HSV(B) 323.45º 0.82% 0.53% -
XYZ 12.05 6.48 10.51 -
YUV 64.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 134 24 91 0 0.82 0.32 0.47 323.45 0.7 0.31
Hex 86 18 5B 0 52 20 2F 143 46 1F
Octal 206 30 133 0 122 40 57 503 106 37
Binary 10000110 11000 1011011 0 1010010 100000 101111 101000011 1000110 11111

Color Harmonies of #86185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86185B

Black with #86185B

Text Example


Text Example

White with #86185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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