Html Css Color HEX #8A3752 Disco

📋 copy color: '#8A3752'

red 138 ◦ green 55 ◦ blue 82

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

Shades of Disco #8A3752

Tints of Disco #8A3752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 50.18%
G = 20%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A3752 (or 0x8A3752) is known color: Disco. HEX triplet: 8A, 37 and 52. RGB value is (138,55,82). Sum of RGB (Red+Green+Blue) = 138+55+82=275 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.18% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3752 is #75C8AD. Grayscale: #525252. Windows color (decimal): -7719086 or 5388170. OLE color: 5388170.

HSL color Cylindrical-coordinate representation of color #8A3752: hue angle of 340.48º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3752 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 82 -
CMYK 0 0.60 0.41 0.46
HSL 340.48º 0.43% 0.38% -
HSV(B) 340.48º 0.6% 0.54% -
XYZ 13.37 8.74 8.97 -
YUV 82.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 138 55 82 0 0.60 0.41 0.46 340.48 0.43 0.38
Hex 8A 37 52 0 3C 29 2E 154 2B 26
Octal 212 67 122 0 74 51 56 524 53 46
Binary 10001010 110111 1010010 0 111100 101001 101110 101010100 101011 100110

Color Harmonies of #8A3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3752

Black with #8A3752

Text Example


Text Example

White with #8A3752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,82); }

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

background-color css

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

 a { background-color: rgb(138,55,82); }

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

border-color css

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

 span { border-color: rgb(138,55,82); }

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