#8b1233

Color #8B1233 Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #8B1233

Tints of Scarlett #8B1233

Color information

#8B1233 (or 0x8B1233) is unknown color: approx Scarlett. HEX triplet: 8B, 12 and 33. RGB value is (139,18,51). Sum of RGB (Red+Green+Blue) = 139+18+51=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 51 (20.31% from 255 or 24.52% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1233 is #74EDCC. Grayscale: #393939. Windows color (decimal): -7663053 or 3347083. OLE color: 3347083.

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

Color convert

RGB1391851-
CMYK00.870.630.45
HSL343.64º77.07%30.78%-
HSV(B)343.64º87.05%54.51%-
XYZ11.466.163.72-
YUV57.94124.09185.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.83%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 51 (20.31% from 255) = 24.52%
R=66.83%
G=8.65%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139185100.870.630.45343.6477.0730.78
Hex8B12330573F2D1584d1f
Octal21322630127775553011537
Binary100010111001011001101010111111111101101101011000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,51); }

 H1.HeaderClassName
 {
   color: #8b1233;
 }
 .AnyTagClassName
 {
   color: #8b1233;
 }
</style>
background-color css

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

 a { background-color: rgb(139,18,51); }

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

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

 span { border-color: rgb(139,18,51); }

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