Html Css Color HEX #861753 Rose Bud Cherry

📋 copy color: '#861753'

red 134 ◦ green 23 ◦ blue 83

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

Shades of Rose Bud Cherry #861753

Tints of Rose Bud Cherry #861753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 55.83%
G = 9.58%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#861753 (or 0x861753) is known color: Rose Bud Cherry. HEX triplet: 86, 17 and 53. RGB value is (134,23,83). Sum of RGB (Red+Green+Blue) = 134+23+83=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861753 is #79E8AC. Grayscale: #3E3E3E. Windows color (decimal): -7989421 or 5445510. OLE color: 5445510.

HSL color Cylindrical-coordinate representation of color #861753: hue angle of 327.57º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861753 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 23 83 -
CMYK 0 0.83 0.38 0.47
HSL 327.57º 0.71% 0.31% -
HSV(B) 327.57º 0.83% 0.53% -
XYZ 11.7 6.31 8.78 -
YUV 63.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 134 23 83 0 0.83 0.38 0.47 327.57 0.71 0.31
Hex 86 17 53 0 53 26 2F 148 47 1F
Octal 206 27 123 0 123 46 57 510 107 37
Binary 10000110 10111 1010011 0 1010011 100110 101111 101001000 1000111 11111

Color Harmonies of #861753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861753

Black with #861753

Text Example


Text Example

White with #861753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861753; }

 p { color: rgb(134,23,83); }

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

background-color css

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

 a { background-color: rgb(134,23,83); }

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

border-color css

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

 span { border-color: rgb(134,23,83); }

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