Html Css Color HEX #86255F Rose Bud Cherry

📋 copy color: '#86255F'

red 134 ◦ green 37 ◦ blue 95

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

Shades of Rose Bud Cherry #86255F

Tints of Rose Bud Cherry #86255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 50.38%
G = 13.91%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86255F (or 0x86255F) is known color: Rose Bud Cherry. HEX triplet: 86, 25 and 5F. RGB value is (134,37,95). Sum of RGB (Red+Green+Blue) = 134+37+95=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86255F is #79DAA0. Grayscale: #484848. Windows color (decimal): -7985825 or 6235526. OLE color: 6235526.

HSL color Cylindrical-coordinate representation of color #86255F: hue angle of 324.12º 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 #86255F is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 95 -
CMYK 0 0.72 0.29 0.47
HSL 324.12º 0.57% 0.34% -
HSV(B) 324.12º 0.72% 0.53% -
XYZ 12.56 7.22 11.56 -
YUV 72.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 134 37 95 0 0.72 0.29 0.47 324.12 0.57 0.34
Hex 86 25 5F 0 48 1D 2F 144 39 22
Octal 206 45 137 0 110 35 57 504 71 42
Binary 10000110 100101 1011111 0 1001000 11101 101111 101000100 111001 100010

Color Harmonies of #86255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86255F

Black with #86255F

Text Example


Text Example

White with #86255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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