#920728

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

Shades of Carmine #920728

Tints of Carmine #920728

Color information

#920728 (or 0x920728) is unknown color: approx Carmine. HEX triplet: 92, 07 and 28. RGB value is (146,7,40). Sum of RGB (Red+Green+Blue) = 146+7+40=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #920728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920728 is #6DF8D7. Grayscale: #343434. Windows color (decimal): -7207128 or 2623378. OLE color: 2623378.

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

Color convert

RGB146740-
CMYK00.950.730.43
HSL345.76º90.85%30%-
HSV(B)345.76º95.21%57.25%-
XYZ12.316.422.6-
YUV52.32121.05194.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 75.65%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=75.65%
G=3.63%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14674000.950.730.43345.7690.8530
Hex9272805F492B15a5b1e
Octal22275001371115353213336
Binary10010010111101000010111111001001101011101011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920728; }

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

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

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

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

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

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

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

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