#97081F

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

Shades of Carmine #97081F

Tints of Carmine #97081F

Color information

#97081F (or 0x97081F) is unknown color: approx Carmine. HEX triplet: 97, 08 and 1F. RGB value is (151,8,31). Sum of RGB (Red+Green+Blue) = 151+8+31=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #97081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97081F is #68F7E0. Grayscale: #353535. Windows color (decimal): -6879201 or 2033815. OLE color: 2033815.

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

Color convert

RGB151831-
CMYK00.950.790.41
HSL350.35º89.94%31.18%-
HSV(B)350.35º94.7%59.22%-
XYZ13.16.851.93-
YUV53.38115.38197.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 79.47%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=79.47%
G=4.21%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15183100.950.790.41350.3589.9431.18
Hex9781F05F4F2915e5a1f
Octal227103701371175153613237
Binary10010111100011111010111111001111101001101011110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97081F; }

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

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

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

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

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

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

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

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