#950624

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

Shades of Carmine #950624

Tints of Carmine #950624

Color information

#950624 (or 0x950624) is unknown color: approx Carmine. HEX triplet: 95, 06 and 24. RGB value is (149,6,36). Sum of RGB (Red+Green+Blue) = 149+6+36=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #950624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950624 is #6AF9DB. Grayscale: #343434. Windows color (decimal): -7010780 or 2360981. OLE color: 2360981.

HSL color Cylindrical-coordinate representation of color #950624: hue angle of 347.41º 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 #950624 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB149636-
CMYK00.960.760.42
HSL347.41º92.26%30.39%-
HSV(B)347.41º95.97%58.43%-
XYZ12.786.652.28-
YUV52.18118.88197.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.01%
GREEN value IS 6 (2.73% from 255) = 3.14%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=78.01%
G=3.14%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14963600.960.760.42347.4192.2630.39
Hex956240604C2A15b5c1e
Octal22564401401145253313436
Binary10010101110100100011000001001100101010101011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950624; }

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

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

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

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

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

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

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

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