Html Css Color HEX #861D5B Rose Bud Cherry

📋 copy color: '#861D5B'

red 134 ◦ green 29 ◦ blue 91

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

Shades of Rose Bud Cherry #861D5B

Tints of Rose Bud Cherry #861D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

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

R = 52.76%
G = 11.42%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#861D5B (or 0x861D5B) is known color: Rose Bud Cherry. HEX triplet: 86, 1D and 5B. RGB value is (134,29,91). Sum of RGB (Red+Green+Blue) = 134+29+91=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #861D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D5B is #79E2A4. Grayscale: #434343. Windows color (decimal): -7987877 or 5971334. OLE color: 5971334.

HSL color Cylindrical-coordinate representation of color #861D5B: hue angle of 324.57º degrees, saturation: 0.64, 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 #861D5B is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 91 -
CMYK 0 0.78 0.32 0.47
HSL 324.57º 0.64% 0.32% -
HSV(B) 324.57º 0.78% 0.53% -
XYZ 12.16 6.7 10.55 -
YUV 67.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 134 29 91 0 0.78 0.32 0.47 324.57 0.64 0.32
Hex 86 1D 5B 0 4E 20 2F 145 40 20
Octal 206 35 133 0 116 40 57 505 100 40
Binary 10000110 11101 1011011 0 1001110 100000 101111 101000101 1000000 100000

Color Harmonies of #861D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D5B

Black with #861D5B

Text Example


Text Example

White with #861D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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