#921121

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

Shades of Carmine #921121

Tints of Carmine #921121

Color information

#921121 (or 0x921121) is unknown color: approx Carmine. HEX triplet: 92, 11 and 21. RGB value is (146,17,33). Sum of RGB (Red+Green+Blue) = 146+17+33=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921121 is #6DEEDE. Grayscale: #393939. Windows color (decimal): -7204575 or 2167186. OLE color: 2167186.

HSL color Cylindrical-coordinate representation of color #921121: hue angle of 352.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921121 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1461733-
CMYK00.880.770.43
HSL352.56º79.14%31.96%-
HSV(B)352.56º88.36%57.25%-
XYZ12.336.622.07-
YUV57.4114.24191.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 74.49%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=74.49%
G=8.67%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146173300.880.770.43352.5679.1431.96
Hex9211210584D2B1614f20
Octal222214101301155354111740
Binary10010010100011000010101100010011011010111011000011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921121; }

 p { color: rgb(146,17,33); }

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

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

 a { background-color: rgb(146,17,33); }

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

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

 span { border-color: rgb(146,17,33); }

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