Html Css Color HEX #8B1329 Scarlett

📋 copy color: '#8B1329'

red 139 ◦ green 19 ◦ blue 41

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

Shades of Scarlett #8B1329

Tints of Scarlett #8B1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 69.85%
G = 9.55%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B1329 (or 0x8B1329) is known color: Scarlett. HEX triplet: 8B, 13 and 29. RGB value is (139,19,41). Sum of RGB (Red+Green+Blue) = 139+19+41=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1329 is #74ECD6. Grayscale: #393939. Windows color (decimal): -7662807 or 2691979. OLE color: 2691979.

HSL color Cylindrical-coordinate representation of color #8B1329: hue angle of 349º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1329 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 41 -
CMYK 0 0.86 0.71 0.45
HSL 349º 0.76% 0.31% -
HSV(B) 349º 0.86% 0.55% -
XYZ 11.28 6.11 2.68 -
YUV 57.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 139 19 41 0 0.86 0.71 0.45 349 0.76 0.31
Hex 8B 13 29 0 56 47 2D 15D 4C 1F
Octal 213 23 51 0 126 107 55 535 114 37
Binary 10001011 10011 101001 0 1010110 1000111 101101 101011101 1001100 11111

Color Harmonies of #8B1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1329

Black with #8B1329

Text Example


Text Example

White with #8B1329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,19,41); }

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

background-color css

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

 a { background-color: rgb(139,19,41); }

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

border-color css

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

 span { border-color: rgb(139,19,41); }

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