Html Css Color HEX #8A3853 Disco

📋 copy color: '#8A3853'

red 138 ◦ green 56 ◦ blue 83

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

Shades of Disco #8A3853

Tints of Disco #8A3853

RGB

 RED value IS 138 (54.3% from 255) = 49.82%

 GREEN value IS 56 (22.27% from 255) = 20.22%

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

R = 49.82%
G = 20.22%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A3853 (or 0x8A3853) is known color: Disco. HEX triplet: 8A, 38 and 53. RGB value is (138,56,83). Sum of RGB (Red+Green+Blue) = 138+56+83=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3853 is #75C7AC. Grayscale: #535353. Windows color (decimal): -7718829 or 5453962. OLE color: 5453962.

HSL color Cylindrical-coordinate representation of color #8A3853: hue angle of 340.24º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3853 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 56 83 -
CMYK 0 0.59 0.40 0.46
HSL 340.24º 0.42% 0.38% -
HSV(B) 340.24º 0.59% 0.54% -
XYZ 13.46 8.86 9.18 -
YUV 83.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 138 56 83 0 0.59 0.40 0.46 340.24 0.42 0.38
Hex 8A 38 53 0 3B 28 2E 154 2A 26
Octal 212 70 123 0 73 50 56 524 52 46
Binary 10001010 111000 1010011 0 111011 101000 101110 101010100 101010 100110

Color Harmonies of #8A3853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3853

Black with #8A3853

Text Example


Text Example

White with #8A3853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A3853; }

 p { color: rgb(138,56,83); }

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

background-color css

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

 a { background-color: rgb(138,56,83); }

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

border-color css

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

 span { border-color: rgb(138,56,83); }

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