#931622

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

Shades of Carmine #931622

Tints of Carmine #931622

Color information

#931622 (or 0x931622) is unknown color: approx Carmine. HEX triplet: 93, 16 and 22. RGB value is (147,22,34). Sum of RGB (Red+Green+Blue) = 147+22+34=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #931622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931622 is #6CE9DD. Grayscale: #3C3C3C. Windows color (decimal): -7137758 or 2234003. OLE color: 2234003.

HSL color Cylindrical-coordinate representation of color #931622: hue angle of 354.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931622 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1472234-
CMYK00.850.770.42
HSL354.24º73.96%33.14%-
HSV(B)354.24º85.03%57.65%-
XYZ12.616.892.18-
YUV60.74112.91189.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 72.41%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=72.41%
G=10.84%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147223400.850.770.42354.2473.9633.14
Hex9316220554D2A1624a21
Octal223264201251155254211241
Binary10010011101101000100101010110011011010101011000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931622; }

 p { color: rgb(147,22,34); }

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

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

 a { background-color: rgb(147,22,34); }

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

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

 span { border-color: rgb(147,22,34); }

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