Html Css Color HEX #8A3249 Disco

📋 copy color: '#8A3249'

red 138 ◦ green 50 ◦ blue 73

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

Shades of Disco #8A3249

Tints of Disco #8A3249

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 73 (28.91% from 255) = 27.97%

R = 52.87%
G = 19.16%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A3249 (or 0x8A3249) is known color: Disco. HEX triplet: 8A, 32 and 49. RGB value is (138,50,73). Sum of RGB (Red+Green+Blue) = 138+50+73=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3249 is #75CDB6. Grayscale: #4E4E4E. Windows color (decimal): -7720375 or 4797066. OLE color: 4797066.

HSL color Cylindrical-coordinate representation of color #8A3249: hue angle of 344.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3249 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 50 73 -
CMYK 0 0.64 0.47 0.46
HSL 344.32º 0.47% 0.37% -
HSV(B) 344.32º 0.64% 0.54% -
XYZ 12.82 8.17 7.2 -
YUV 78.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 138 50 73 0 0.64 0.47 0.46 344.32 0.47 0.37
Hex 8A 32 49 0 40 2F 2E 158 2F 25
Octal 212 62 111 0 100 57 56 530 57 45
Binary 10001010 110010 1001001 0 1000000 101111 101110 101011000 101111 100101

Color Harmonies of #8A3249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3249

Black with #8A3249

Text Example


Text Example

White with #8A3249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,50,73); }

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

background-color css

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

 a { background-color: rgb(138,50,73); }

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

border-color css

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

 span { border-color: rgb(138,50,73); }

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