Html Css Color HEX #861C51 Rose Bud Cherry

📋 copy color: '#861C51'

red 134 ◦ green 28 ◦ blue 81

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

Shades of Rose Bud Cherry #861C51

Tints of Rose Bud Cherry #861C51

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.52%

 BLUE value IS 81 (32.03% from 255) = 33.33%

R = 55.14%
G = 11.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#861C51 (or 0x861C51) is known color: Rose Bud Cherry. HEX triplet: 86, 1C and 51. RGB value is (134,28,81). Sum of RGB (Red+Green+Blue) = 134+28+81=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #861C51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861C51 is #79E3AE. Grayscale: #414141. Windows color (decimal): -7988143 or 5315718. OLE color: 5315718.

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

Color convert

RGB 134 28 81 -
CMYK 0 0.79 0.40 0.47
HSL 330º 0.65% 0.32% -
HSV(B) 330º 0.79% 0.53% -
XYZ 11.73 6.49 8.42 -
YUV 65.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 134 28 81 0 0.79 0.40 0.47 330 0.65 0.32
Hex 86 1C 51 0 4F 28 2F 14A 41 20
Octal 206 34 121 0 117 50 57 512 101 40
Binary 10000110 11100 1010001 0 1001111 101000 101111 101001010 1000001 100000

Color Harmonies of #861C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861C51

Black with #861C51

Text Example


Text Example

White with #861C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,28,81); }

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

background-color css

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

 a { background-color: rgb(134,28,81); }

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

border-color css

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

 span { border-color: rgb(134,28,81); }

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