#950621

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

Shades of Carmine #950621

Tints of Carmine #950621

Color information

#950621 (or 0x950621) is unknown color: approx Carmine. HEX triplet: 95, 06 and 21. RGB value is (149,6,33). Sum of RGB (Red+Green+Blue) = 149+6+33=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #950621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950621 is #6AF9DE. Grayscale: #333333. Windows color (decimal): -7010783 or 2164373. OLE color: 2164373.

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

Color convert

RGB149633-
CMYK00.960.780.42
HSL348.67º92.26%30.39%-
HSV(B)348.67º95.97%58.43%-
XYZ12.736.632.05-
YUV51.83117.38197.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.26%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=79.26%
G=3.19%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14963300.960.780.42348.6792.2630.39
Hex956210604E2A15d5c1e
Octal22564101401165253513436
Binary10010101110100001011000001001110101010101011101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950621; }

 p { color: rgb(149,6,33); }

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

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

 a { background-color: rgb(149,6,33); }

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

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

 span { border-color: rgb(149,6,33); }

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