Html Css Color HEX #8B1529 Scarlett

📋 copy color: '#8B1529'

red 139 ◦ green 21 ◦ blue 41

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

Shades of Scarlett #8B1529

Tints of Scarlett #8B1529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

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

R = 69.15%
G = 10.45%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B1529 (or 0x8B1529) is known color: Scarlett. HEX triplet: 8B, 15 and 29. RGB value is (139,21,41). Sum of RGB (Red+Green+Blue) = 139+21+41=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1529 is #74EAD6. Grayscale: #3A3A3A. Windows color (decimal): -7662295 or 2692491. OLE color: 2692491.

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

Color convert

RGB 139 21 41 -
CMYK 0 0.85 0.71 0.45
HSL 349.83º 0.74% 0.31% -
HSV(B) 349.83º 0.85% 0.55% -
XYZ 11.32 6.19 2.7 -
YUV 58.56 118.09 185.37 -
System Red Green Blue C M Y K H S L
Decimal 139 21 41 0 0.85 0.71 0.45 349.83 0.74 0.31
Hex 8B 15 29 0 55 47 2D 15E 4A 1F
Octal 213 25 51 0 125 107 55 536 112 37
Binary 10001011 10101 101001 0 1010101 1000111 101101 101011110 1001010 11111

Color Harmonies of #8B1529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1529

Black with #8B1529

Text Example


Text Example

White with #8B1529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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