#95090d

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

Shades of Sangria #95090D

Tints of Sangria #95090D

Color information

#95090D (or 0x95090D) is unknown color: approx Sangria. HEX triplet: 95, 09 and 0D. RGB value is (149,9,13). Sum of RGB (Red+Green+Blue) = 149+9+13=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #95090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95090D is #6AF6F2. Grayscale: #333333. Windows color (decimal): -7010035 or 854421. OLE color: 854421.

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

Color convert

RGB149913-
CMYK00.940.910.42
HSL358.29º88.61%30.98%-
HSV(B)358.29º93.96%58.43%-
XYZ12.566.611-
YUV51.32106.38197.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 87.13%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=87.13%
G=5.26%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14991300.940.910.42358.2988.6130.98
Hex959D05E5B2A166591f
Octal225111501361335254613137
Binary1001010110011101010111101011011101010101100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95090d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95090d; }

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

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

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

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

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

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

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

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