#950714

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

Shades of Carmine #950714

Tints of Carmine #950714

Color information

#950714 (or 0x950714) is unknown color: approx Carmine. HEX triplet: 95, 07 and 14. RGB value is (149,7,20). Sum of RGB (Red+Green+Blue) = 149+7+20=176 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.66% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 149 - color contains mainly: red. Hex color #950714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950714 is #6AF8EB. Grayscale: #333333. Windows color (decimal): -7010540 or 1312661. OLE color: 1312661.

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

Color convert

RGB149720-
CMYK00.950.870.42
HSL354.51º91.03%30.59%-
HSV(B)354.51º95.3%58.43%-
XYZ12.66.591.27-
YUV50.94110.54197.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 84.66%
GREEN value IS 7 (3.12% from 255) = 3.98%
BLUE value IS 20 (8.20% from 255) = 11.36%
R=84.66%
G=3.98%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14972000.950.870.42354.5191.0330.59
Hex9571405F572A1635b1f
Octal22572401371275254313337
Binary1001010111110100010111111010111101010101100011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950714; }

 p { color: rgb(149,7,20); }

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

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

 a { background-color: rgb(149,7,20); }

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

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

 span { border-color: rgb(149,7,20); }

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