Html Css Color HEX #86255B Rose Bud Cherry

📋 copy color: '#86255B'

red 134 ◦ green 37 ◦ blue 91

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

Shades of Rose Bud Cherry #86255B

Tints of Rose Bud Cherry #86255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

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

R = 51.15%
G = 14.12%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86255B (or 0x86255B) is known color: Rose Bud Cherry. HEX triplet: 86, 25 and 5B. RGB value is (134,37,91). Sum of RGB (Red+Green+Blue) = 134+37+91=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86255B is #79DAA4. Grayscale: #484848. Windows color (decimal): -7985829 or 5973382. OLE color: 5973382.

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

Color convert

RGB 134 37 91 -
CMYK 0 0.72 0.32 0.47
HSL 326.6º 0.57% 0.34% -
HSV(B) 326.6º 0.72% 0.53% -
XYZ 12.38 7.15 10.62 -
YUV 72.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 134 37 91 0 0.72 0.32 0.47 326.6 0.57 0.34
Hex 86 25 5B 0 48 20 2F 147 39 22
Octal 206 45 133 0 110 40 57 507 71 42
Binary 10000110 100101 1011011 0 1001000 100000 101111 101000111 111001 100010

Color Harmonies of #86255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86255B

Black with #86255B

Text Example


Text Example

White with #86255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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