Html Css Color HEX #86295F Rose Bud Cherry

📋 copy color: '#86295F'

red 134 ◦ green 41 ◦ blue 95

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

Shades of Rose Bud Cherry #86295F

Tints of Rose Bud Cherry #86295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 49.63%
G = 15.19%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86295F (or 0x86295F) is known color: Rose Bud Cherry. HEX triplet: 86, 29 and 5F. RGB value is (134,41,95). Sum of RGB (Red+Green+Blue) = 134+41+95=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #86295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86295F is #79D6A0. Grayscale: #4A4A4A. Windows color (decimal): -7984801 or 6236550. OLE color: 6236550.

HSL color Cylindrical-coordinate representation of color #86295F: hue angle of 325.16º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86295F is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 95 -
CMYK 0 0.69 0.29 0.47
HSL 325.16º 0.53% 0.34% -
HSV(B) 325.16º 0.69% 0.53% -
XYZ 12.69 7.48 11.6 -
YUV 74.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 134 41 95 0 0.69 0.29 0.47 325.16 0.53 0.34
Hex 86 29 5F 0 45 1D 2F 145 35 22
Octal 206 51 137 0 105 35 57 505 65 42
Binary 10000110 101001 1011111 0 1000101 11101 101111 101000101 110101 100010

Color Harmonies of #86295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86295F

Black with #86295F

Text Example


Text Example

White with #86295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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