#920722

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

Shades of Carmine #920722

Tints of Carmine #920722

Color information

#920722 (or 0x920722) is unknown color: approx Carmine. HEX triplet: 92, 07 and 22. RGB value is (146,7,34). Sum of RGB (Red+Green+Blue) = 146+7+34=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #920722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920722 is #6DF8DD. Grayscale: #333333. Windows color (decimal): -7207134 or 2230162. OLE color: 2230162.

HSL color Cylindrical-coordinate representation of color #920722: hue angle of 348.35º 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 #920722 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB146734-
CMYK00.950.770.43
HSL348.35º90.85%30%-
HSV(B)348.35º95.21%57.25%-
XYZ12.226.382.1-
YUV51.64118.05195.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.07%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 34 (13.67% from 255) = 18.18%
R=78.07%
G=3.74%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14673400.950.770.43348.3590.8530
Hex9272205F4D2B15c5b1e
Octal22274201371155353413336
Binary10010010111100010010111111001101101011101011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920722; }

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

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

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

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

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

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

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

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