#970D27

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

Shades of Carmine #970D27

Tints of Carmine #970D27

Color information

#970D27 (or 0x970D27) is unknown color: approx Carmine. HEX triplet: 97, 0D and 27. RGB value is (151,13,39). Sum of RGB (Red+Green+Blue) = 151+13+39=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #970D27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D27 is #68F2D8. Grayscale: #393939. Windows color (decimal): -6877913 or 2559383. OLE color: 2559383.

HSL color Cylindrical-coordinate representation of color #970D27: hue angle of 348.7º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D27 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1511339-
CMYK00.910.740.41
HSL348.7º84.15%32.16%-
HSV(B)348.7º91.39%59.22%-
XYZ13.277.012.57-
YUV57.23117.72194.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.38%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=74.38%
G=6.40%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151133900.910.740.41348.784.1532.16
Hex97D2705B4A2915d5420
Octal227154701331125153512440
Binary1001011111011001110101101110010101010011010111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970D27; }

 p { color: rgb(151,13,39); }

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

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

 a { background-color: rgb(151,13,39); }

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

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

 span { border-color: rgb(151,13,39); }

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