Html Css Color HEX #86185D Rose Bud Cherry

📋 copy color: '#86185D'

red 134 ◦ green 24 ◦ blue 93

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

Shades of Rose Bud Cherry #86185D

Tints of Rose Bud Cherry #86185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 53.39%
G = 9.56%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86185D (or 0x86185D) is known color: Rose Bud Cherry. HEX triplet: 86, 18 and 5D. RGB value is (134,24,93). Sum of RGB (Red+Green+Blue) = 134+24+93=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #86185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86185D is #79E7A2. Grayscale: #404040. Windows color (decimal): -7989155 or 6101126. OLE color: 6101126.

HSL color Cylindrical-coordinate representation of color #86185D: hue angle of 322.36º 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 #86185D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 93 -
CMYK 0 0.82 0.31 0.47
HSL 322.36º 0.7% 0.31% -
HSV(B) 322.36º 0.82% 0.53% -
XYZ 12.13 6.51 10.97 -
YUV 64.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 134 24 93 0 0.82 0.31 0.47 322.36 0.7 0.31
Hex 86 18 5D 0 52 1F 2F 142 46 1F
Octal 206 30 135 0 122 37 57 502 106 37
Binary 10000110 11000 1011101 0 1010010 11111 101111 101000010 1000110 11111

Color Harmonies of #86185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86185D

Black with #86185D

Text Example


Text Example

White with #86185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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