Html Css Color HEX #861D4D Rose Bud Cherry

📋 copy color: '#861D4D'

red 134 ◦ green 29 ◦ blue 77

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

Shades of Rose Bud Cherry #861D4D

Tints of Rose Bud Cherry #861D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 55.83%
G = 12.08%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#861D4D (or 0x861D4D) is known color: Rose Bud Cherry. HEX triplet: 86, 1D and 4D. RGB value is (134,29,77). Sum of RGB (Red+Green+Blue) = 134+29+77=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D4D is #79E2B2. Grayscale: #414141. Windows color (decimal): -7987891 or 5053830. OLE color: 5053830.

HSL color Cylindrical-coordinate representation of color #861D4D: hue angle of 332.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 #861D4D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 77 -
CMYK 0 0.78 0.43 0.47
HSL 332.57º 0.64% 0.32% -
HSV(B) 332.57º 0.78% 0.53% -
XYZ 11.61 6.48 7.66 -
YUV 65.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 134 29 77 0 0.78 0.43 0.47 332.57 0.64 0.32
Hex 86 1D 4D 0 4E 2B 2F 14D 40 20
Octal 206 35 115 0 116 53 57 515 100 40
Binary 10000110 11101 1001101 0 1001110 101011 101111 101001101 1000000 100000

Color Harmonies of #861D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D4D

Black with #861D4D

Text Example


Text Example

White with #861D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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