#95040D

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

Shades of Sangria #95040D

Tints of Sangria #95040D

Color information

#95040D (or 0x95040D) is unknown color: approx Sangria. HEX triplet: 95, 04 and 0D. RGB value is (149,4,13). Sum of RGB (Red+Green+Blue) = 149+4+13=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #95040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95040D is #6AFBF2. Grayscale: #303030. Windows color (decimal): -7011315 or 853141. OLE color: 853141.

HSL color Cylindrical-coordinate representation of color #95040D: hue angle of 356.28º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95040D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB149413-
CMYK00.970.910.42
HSL356.28º94.77%30%-
HSV(B)356.28º97.32%58.43%-
XYZ12.516.510.98-
YUV48.38108.04199.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 89.76%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=89.76%
G=2.41%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14941300.970.910.42356.2894.7730
Hex954D0615B2A1645f1e
Octal22541501411335254413736
Binary100101011001101011000011011011101010101100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95040D; }

 p { color: rgb(149,4,13); }

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

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

 a { background-color: rgb(149,4,13); }

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

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

 span { border-color: rgb(149,4,13); }

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