#970630

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

Shades of Carmine #970630

Tints of Carmine #970630

Color information

#970630 (or 0x970630) is unknown color: approx Carmine. HEX triplet: 97, 06 and 30. RGB value is (151,6,48). Sum of RGB (Red+Green+Blue) = 151+6+48=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #970630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970630 is #68F9CF. Grayscale: #363636. Windows color (decimal): -6879696 or 3147415. OLE color: 3147415.

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

Color convert

RGB151648-
CMYK00.960.680.41
HSL342.62º92.36%30.78%-
HSV(B)342.62º96.03%59.22%-
XYZ13.366.923.43-
YUV54.14124.54197.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 73.66%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=73.66%
G=2.93%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15164800.960.680.41342.6292.3630.78
Hex9763006044291575c1f
Octal22766001401045152713437
Binary10010111110110000011000001000100101001101010111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970630; }

 p { color: rgb(151,6,48); }

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

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

 a { background-color: rgb(151,6,48); }

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

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

 span { border-color: rgb(151,6,48); }

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