Html Css Color HEX #86175B Rose Bud Cherry

📋 copy color: '#86175B'

red 134 ◦ green 23 ◦ blue 91

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

Shades of Rose Bud Cherry #86175B

Tints of Rose Bud Cherry #86175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 54.03%
G = 9.27%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86175B (or 0x86175B) is known color: Rose Bud Cherry. HEX triplet: 86, 17 and 5B. RGB value is (134,23,91). Sum of RGB (Red+Green+Blue) = 134+23+91=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86175B is #79E8A4. Grayscale: #3F3F3F. Windows color (decimal): -7989413 or 5969798. OLE color: 5969798.

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

Color convert

RGB 134 23 91 -
CMYK 0 0.83 0.32 0.47
HSL 323.24º 0.71% 0.31% -
HSV(B) 323.24º 0.83% 0.53% -
XYZ 12.03 6.44 10.51 -
YUV 63.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 134 23 91 0 0.83 0.32 0.47 323.24 0.71 0.31
Hex 86 17 5B 0 53 20 2F 143 47 1F
Octal 206 27 133 0 123 40 57 503 107 37
Binary 10000110 10111 1011011 0 1010011 100000 101111 101000011 1000111 11111

Color Harmonies of #86175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86175B

Black with #86175B

Text Example


Text Example

White with #86175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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