#950824

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

Shades of Carmine #950824

Tints of Carmine #950824

Color information

#950824 (or 0x950824) is unknown color: approx Carmine. HEX triplet: 95, 08 and 24. RGB value is (149,8,36). Sum of RGB (Red+Green+Blue) = 149+8+36=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #950824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950824 is #6AF7DB. Grayscale: #353535. Windows color (decimal): -7010268 or 2361493. OLE color: 2361493.

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

Color convert

RGB149836-
CMYK00.950.760.42
HSL348.09º89.81%30.78%-
HSV(B)348.09º94.63%58.43%-
XYZ12.86.692.29-
YUV53.35118.21196.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.20%
GREEN value IS 8 (3.52% from 255) = 4.15%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=77.20%
G=4.15%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14983600.950.760.42348.0989.8130.78
Hex9582405F4C2A15c5a1f
Octal225104401371145253413237
Binary100101011000100100010111111001100101010101011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950824; }

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

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

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

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

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

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

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

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