Html Css Color HEX #8B1530 Scarlett

📋 copy color: '#8B1530'

red 139 ◦ green 21 ◦ blue 48

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

Shades of Scarlett #8B1530

Tints of Scarlett #8B1530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 66.83%
G = 10.1%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B1530 (or 0x8B1530) is known color: Scarlett. HEX triplet: 8B, 15 and 30. RGB value is (139,21,48). Sum of RGB (Red+Green+Blue) = 139+21+48=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1530 is #74EACF. Grayscale: #3B3B3B. Windows color (decimal): -7662288 or 3151243. OLE color: 3151243.

HSL color Cylindrical-coordinate representation of color #8B1530: hue angle of 346.27º 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 #8B1530 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 48 -
CMYK 0 0.85 0.65 0.45
HSL 346.27º 0.74% 0.31% -
HSV(B) 346.27º 0.85% 0.55% -
XYZ 11.45 6.24 3.4 -
YUV 59.36 121.59 184.8 -
System Red Green Blue C M Y K H S L
Decimal 139 21 48 0 0.85 0.65 0.45 346.27 0.74 0.31
Hex 8B 15 30 0 55 41 2D 15A 4A 1F
Octal 213 25 60 0 125 101 55 532 112 37
Binary 10001011 10101 110000 0 1010101 1000001 101101 101011010 1001010 11111

Color Harmonies of #8B1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1530

Black with #8B1530

Text Example


Text Example

White with #8B1530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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