Html Css Color HEX #861E5D Rose Bud Cherry

📋 copy color: '#861E5D'

red 134 ◦ green 30 ◦ blue 93

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

Shades of Rose Bud Cherry #861E5D

Tints of Rose Bud Cherry #861E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

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

R = 52.14%
G = 11.67%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#861E5D (or 0x861E5D) is known color: Rose Bud Cherry. HEX triplet: 86, 1E and 5D. RGB value is (134,30,93). Sum of RGB (Red+Green+Blue) = 134+30+93=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #861E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E5D is #79E1A2. Grayscale: #444444. Windows color (decimal): -7987619 or 6102662. OLE color: 6102662.

HSL color Cylindrical-coordinate representation of color #861E5D: hue angle of 323.65º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E5D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 30 93 -
CMYK 0 0.78 0.31 0.47
HSL 323.65º 0.63% 0.32% -
HSV(B) 323.65º 0.78% 0.53% -
XYZ 12.27 6.79 11.02 -
YUV 68.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 134 30 93 0 0.78 0.31 0.47 323.65 0.63 0.32
Hex 86 1E 5D 0 4E 1F 2F 144 3F 20
Octal 206 36 135 0 116 37 57 504 77 40
Binary 10000110 11110 1011101 0 1001110 11111 101111 101000100 111111 100000

Color Harmonies of #861E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E5D

Black with #861E5D

Text Example


Text Example

White with #861E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861E5D; }

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

 H1.HeaderClassName
 {
   color: #861E5D;
 }
 .AnyTagClassName
 {
   color: #861E5D;
 }
</style>

background-color css

<style>
 a { background-color: #861E5D; }

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

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

border-color css

<style>
 span { border-color: #861E5D; }

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

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