#970814

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

Shades of Carmine #970814

Tints of Carmine #970814

Color information

#970814 (or 0x970814) is unknown color: approx Carmine. HEX triplet: 97, 08 and 14. RGB value is (151,8,20). Sum of RGB (Red+Green+Blue) = 151+8+20=179 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.36% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 151 - color contains mainly: red. Hex color #970814 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970814 is #68F7EB. Grayscale: #343434. Windows color (decimal): -6879212 or 1312919. OLE color: 1312919.

HSL color Cylindrical-coordinate representation of color #970814: hue angle of 354.97º 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 #970814 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB151820-
CMYK00.950.870.41
HSL354.97º89.94%31.18%-
HSV(B)354.97º94.7%59.22%-
XYZ12.986.81.29-
YUV52.12109.88198.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 84.36%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=84.36%
G=4.47%
B=11.17%

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
Decimal15182000.950.870.41354.9789.9431.18
Hex9781405F57291635a1f
Octal227102401371275154313237
Binary10010111100010100010111111010111101001101100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970814; }

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

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

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

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

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

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

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

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