Html Css Color HEX #863753 Disco

📋 copy color: '#863753'

red 134 ◦ green 55 ◦ blue 83

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

Shades of Disco #863753

Tints of Disco #863753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.22%

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

R = 49.26%
G = 20.22%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#863753 (or 0x863753) is known color: Disco. HEX triplet: 86, 37 and 53. RGB value is (134,55,83). Sum of RGB (Red+Green+Blue) = 134+55+83=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #863753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863753 is #79C8AC. Grayscale: #515151. Windows color (decimal): -7981229 or 5453702. OLE color: 5453702.

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

Color convert

RGB 134 55 83 -
CMYK 0 0.59 0.38 0.47
HSL 338.73º 0.42% 0.37% -
HSV(B) 338.73º 0.59% 0.53% -
XYZ 12.76 8.43 9.14 -
YUV 81.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 134 55 83 0 0.59 0.38 0.47 338.73 0.42 0.37
Hex 86 37 53 0 3B 26 2F 153 2A 25
Octal 206 67 123 0 73 46 57 523 52 45
Binary 10000110 110111 1010011 0 111011 100110 101111 101010011 101010 100101

Color Harmonies of #863753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863753

Black with #863753

Text Example


Text Example

White with #863753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863753; }

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

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

background-color css

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

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

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

border-color css

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

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

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