#950828

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

Shades of Carmine #950828

Tints of Carmine #950828

Color information

#950828 (or 0x950828) is unknown color: approx Carmine. HEX triplet: 95, 08 and 28. RGB value is (149,8,40). Sum of RGB (Red+Green+Blue) = 149+8+40=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #950828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950828 is #6AF7D7. Grayscale: #353535. Windows color (decimal): -7010264 or 2623637. OLE color: 2623637.

HSL color Cylindrical-coordinate representation of color #950828: hue angle of 346.38º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950828 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB149840-
CMYK00.950.730.42
HSL346.38º89.81%30.78%-
HSV(B)346.38º94.63%58.43%-
XYZ12.866.722.63-
YUV53.81120.21195.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=75.63%
G=4.06%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14984000.950.730.42346.3889.8130.78
Hex9582805F492A15a5a1f
Octal225105001371115253213237
Binary100101011000101000010111111001001101010101011010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950828; }

 p { color: rgb(149,8,40); }

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

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

 a { background-color: rgb(149,8,40); }

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

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

 span { border-color: rgb(149,8,40); }

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