Html Css Color HEX #86185A Rose Bud Cherry

📋 copy color: '#86185A'

red 134 ◦ green 24 ◦ blue 90

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

Shades of Rose Bud Cherry #86185A

Tints of Rose Bud Cherry #86185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 54.03%
G = 9.68%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#86185A (or 0x86185A) is known color: Rose Bud Cherry. HEX triplet: 86, 18 and 5A. RGB value is (134,24,90). Sum of RGB (Red+Green+Blue) = 134+24+90=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86185A is #79E7A5. Grayscale: #404040. Windows color (decimal): -7989158 or 5904518. OLE color: 5904518.

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

Color convert

RGB 134 24 90 -
CMYK 0 0.82 0.33 0.47
HSL 324º 0.7% 0.31% -
HSV(B) 324º 0.82% 0.53% -
XYZ 12 6.46 10.29 -
YUV 64.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 134 24 90 0 0.82 0.33 0.47 324 0.7 0.31
Hex 86 18 5A 0 52 21 2F 144 46 1F
Octal 206 30 132 0 122 41 57 504 106 37
Binary 10000110 11000 1011010 0 1010010 100001 101111 101000100 1000110 11111

Color Harmonies of #86185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86185A

Black with #86185A

Text Example


Text Example

White with #86185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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