#951125

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

Shades of Carmine #951125

Tints of Carmine #951125

Color information

#951125 (or 0x951125) is unknown color: approx Carmine. HEX triplet: 95, 11 and 25. RGB value is (149,17,37). Sum of RGB (Red+Green+Blue) = 149+17+37=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951125 is #6AEEDA. Grayscale: #3A3A3A. Windows color (decimal): -7007963 or 2429333. OLE color: 2429333.

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

Color convert

RGB1491737-
CMYK00.890.750.42
HSL350.91º79.52%32.55%-
HSV(B)350.91º88.59%58.43%-
XYZ12.936.922.41-
YUV58.75115.73192.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.40%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=73.40%
G=8.37%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149173700.890.750.42350.9179.5232.55
Hex9511250594B2A15f5021
Octal225214501311135253712041
Binary10010101100011001010101100110010111010101010111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951125; }

 p { color: rgb(149,17,37); }

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

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

 a { background-color: rgb(149,17,37); }

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

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

 span { border-color: rgb(149,17,37); }

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