#95020E

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

Shades of Sangria #95020E

Tints of Sangria #95020E

Color information

#95020E (or 0x95020E) is unknown color: approx Sangria. HEX triplet: 95, 02 and 0E. RGB value is (149,2,14). Sum of RGB (Red+Green+Blue) = 149+2+14=165 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.30% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 149 - color contains mainly: red. Hex color #95020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95020E is #6AFDF1. Grayscale: #2F2F2F. Windows color (decimal): -7011826 or 918165. OLE color: 918165.

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

Color convert

RGB149214-
CMYK00.990.910.42
HSL355.1º97.35%29.61%-
HSV(B)355.1º98.66%58.43%-
XYZ12.56.461-
YUV47.32109.2200.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 90.30%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=90.30%
G=1.21%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14921400.990.910.42355.197.3529.61
Hex952E0635B2A163611e
Octal22521601431335254314136
Binary10010101101110011000111011011101010101100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95020E; }

 p { color: rgb(149,2,14); }

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

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

 a { background-color: rgb(149,2,14); }

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

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

 span { border-color: rgb(149,2,14); }

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