Html Css Color HEX #8B1D47 Disco

📋 copy color: '#8B1D47'

red 139 ◦ green 29 ◦ blue 71

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

Shades of Disco #8B1D47

Tints of Disco #8B1D47

RGB

 RED value IS 139 (54.69% from 255) = 58.16%

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 58.16%
G = 12.13%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#8B1D47 (or 0x8B1D47) is known color: Disco. HEX triplet: 8B, 1D and 47. RGB value is (139,29,71). Sum of RGB (Red+Green+Blue) = 139+29+71=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D47 is #74E2B8. Grayscale: #424242. Windows color (decimal): -7660217 or 4660619. OLE color: 4660619.

HSL color Cylindrical-coordinate representation of color #8B1D47: hue angle of 337.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B1D47 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 29 71 -
CMYK 0 0.79 0.49 0.45
HSL 337.09º 0.65% 0.33% -
HSV(B) 337.09º 0.79% 0.55% -
XYZ 12.22 6.82 6.63 -
YUV 66.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 139 29 71 0 0.79 0.49 0.45 337.09 0.65 0.33
Hex 8B 1D 47 0 4F 31 2D 151 41 21
Octal 213 35 107 0 117 61 55 521 101 41
Binary 10001011 11101 1000111 0 1001111 110001 101101 101010001 1000001 100001

Color Harmonies of #8B1D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D47

Black with #8B1D47

Text Example


Text Example

White with #8B1D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,29,71); }

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

background-color css

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

 a { background-color: rgb(139,29,71); }

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

border-color css

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

 span { border-color: rgb(139,29,71); }

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