Html Css Color HEX #861255 Rose Bud Cherry

📋 copy color: '#861255'

red 134 ◦ green 18 ◦ blue 85

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

Shades of Rose Bud Cherry #861255

Tints of Rose Bud Cherry #861255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.59%

 BLUE value IS 85 (33.59% from 255) = 35.86%

R = 56.54%
G = 7.59%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#861255 (or 0x861255) is known color: Rose Bud Cherry. HEX triplet: 86, 12 and 55. RGB value is (134,18,85). Sum of RGB (Red+Green+Blue) = 134+18+85=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #861255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861255 is #79EDAA. Grayscale: #3C3C3C. Windows color (decimal): -7990699 or 5575302. OLE color: 5575302.

HSL color Cylindrical-coordinate representation of color #861255: hue angle of 325.34º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861255 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 18 85 -
CMYK 0 0.87 0.37 0.47
HSL 325.34º 0.76% 0.3% -
HSV(B) 325.34º 0.87% 0.53% -
XYZ 11.69 6.16 9.17 -
YUV 60.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 134 18 85 0 0.87 0.37 0.47 325.34 0.76 0.3
Hex 86 12 55 0 57 25 2F 145 4C 1E
Octal 206 22 125 0 127 45 57 505 114 36
Binary 10000110 10010 1010101 0 1010111 100101 101111 101000101 1001100 11110

Color Harmonies of #861255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861255

Black with #861255

Text Example


Text Example

White with #861255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861255; }

 p { color: rgb(134,18,85); }

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

background-color css

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

 a { background-color: rgb(134,18,85); }

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

border-color css

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

 span { border-color: rgb(134,18,85); }

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