Html Css Color HEX #86295D Rose Bud Cherry

📋 copy color: '#86295D'

red 134 ◦ green 41 ◦ blue 93

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

Shades of Rose Bud Cherry #86295D

Tints of Rose Bud Cherry #86295D

RGB

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

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

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

R = 50%
G = 15.3%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86295D (or 0x86295D) is known color: Rose Bud Cherry. HEX triplet: 86, 29 and 5D. RGB value is (134,41,93). Sum of RGB (Red+Green+Blue) = 134+41+93=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86295D is #79D6A2. Grayscale: #4A4A4A. Windows color (decimal): -7984803 or 6105478. OLE color: 6105478.

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

Color convert

RGB 134 41 93 -
CMYK 0 0.69 0.31 0.47
HSL 326.45º 0.53% 0.34% -
HSV(B) 326.45º 0.69% 0.53% -
XYZ 12.6 7.44 11.13 -
YUV 74.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 134 41 93 0 0.69 0.31 0.47 326.45 0.53 0.34
Hex 86 29 5D 0 45 1F 2F 146 35 22
Octal 206 51 135 0 105 37 57 506 65 42
Binary 10000110 101001 1011101 0 1000101 11111 101111 101000110 110101 100010

Color Harmonies of #86295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86295D

Black with #86295D

Text Example


Text Example

White with #86295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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