#920628

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

Shades of Carmine #920628

Tints of Carmine #920628

Color information

#920628 (or 0x920628) is unknown color: approx Carmine. HEX triplet: 92, 06 and 28. RGB value is (146,6,40). Sum of RGB (Red+Green+Blue) = 146+6+40=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #920628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920628 is #6DF9D7. Grayscale: #333333. Windows color (decimal): -7207384 or 2623122. OLE color: 2623122.

HSL color Cylindrical-coordinate representation of color #920628: hue angle of 345.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920628 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB146640-
CMYK00.960.730.43
HSL345.43º92.11%29.8%-
HSV(B)345.43º95.89%57.25%-
XYZ12.36.392.59-
YUV51.74121.38195.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.04%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=76.04%
G=3.12%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14664000.960.730.43345.4392.1129.8
Hex92628060492B1595c1e
Octal22265001401115353113436
Binary10010010110101000011000001001001101011101011001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920628; }

 p { color: rgb(146,6,40); }

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

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

 a { background-color: rgb(146,6,40); }

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

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

 span { border-color: rgb(146,6,40); }

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