#950027

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

Shades of Carmine #950027

Tints of Carmine #950027

Color information

#950027 (or 0x950027) is unknown color: approx Carmine. HEX triplet: 95, 00 and 27. RGB value is (149,0,39). Sum of RGB (Red+Green+Blue) = 149+0+39=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #950027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950027 is #6AFFD8. Grayscale: #303030. Windows color (decimal): -7012313 or 2556053. OLE color: 2556053.

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

Color convert

RGB149039-
CMYK010.740.42
HSL344.3º100%29.22%-
HSV(B)344.3º100%58.43%-
XYZ12.766.542.51-
YUV49122.36199.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=79.26%
G=0%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149039010.740.42344.310029.22
Hex950270644A2A158641d
Octal22504701441125253014435
Binary100101010100111011001001001010101010101011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950027; }

 p { color: rgb(149,0,39); }

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

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

 a { background-color: rgb(149,0,39); }

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

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

 span { border-color: rgb(149,0,39); }

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