#960814

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

Shades of Carmine #960814

Tints of Carmine #960814

Color information

#960814 (or 0x960814) is unknown color: approx Carmine. HEX triplet: 96, 08 and 14. RGB value is (150,8,20). Sum of RGB (Red+Green+Blue) = 150+8+20=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #960814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960814 is #69F7EB. Grayscale: #333333. Windows color (decimal): -6944748 or 1312918. OLE color: 1312918.

HSL color Cylindrical-coordinate representation of color #960814: hue angle of 354.93º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960814 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB150820-
CMYK00.950.870.41
HSL354.93º89.87%30.98%-
HSV(B)354.93º94.67%58.82%-
XYZ12.796.711.28-
YUV51.83110.04198.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.27%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=84.27%
G=4.49%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15082000.950.870.41354.9389.8730.98
Hex9681405F57291635a1f
Octal226102401371275154313237
Binary10010110100010100010111111010111101001101100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960814; }

 p { color: rgb(150,8,20); }

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

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

 a { background-color: rgb(150,8,20); }

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

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

 span { border-color: rgb(150,8,20); }

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