#8F0323

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

Shades of Carmine #8F0323

Tints of Carmine #8F0323

Color information

#8F0323 (or 0x8F0323) is unknown color: approx Carmine. HEX triplet: 8F, 03 and 23. RGB value is (143,3,35). Sum of RGB (Red+Green+Blue) = 143+3+35=181 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.01% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0323 is #70FCDC. Grayscale: #303030. Windows color (decimal): -7404765 or 2294671. OLE color: 2294671.

HSL color Cylindrical-coordinate representation of color #8F0323: hue angle of 346.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0323 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB143335-
CMYK00.980.760.44
HSL346.29º95.89%28.63%-
HSV(B)346.29º97.9%56.08%-
XYZ11.666.032.14-
YUV48.51120.38195.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 79.01%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=79.01%
G=1.66%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14333500.980.760.44346.2995.8928.63
Hex8F3230624C2C15a601d
Octal21734301421145453214035
Binary1000111111100011011000101001100101100101011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,3,35); }

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

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

 a { background-color: rgb(143,3,35); }

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

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

 span { border-color: rgb(143,3,35); }

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