#95020D

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

Shades of Sangria #95020D

Tints of Sangria #95020D

Color information

#95020D (or 0x95020D) is unknown color: approx Sangria. HEX triplet: 95, 02 and 0D. RGB value is (149,2,13). Sum of RGB (Red+Green+Blue) = 149+2+13=164 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.85% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 149 - color contains mainly: red. Hex color #95020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95020D is #6AFDF2. Grayscale: #2F2F2F. Windows color (decimal): -7011827 or 852629. OLE color: 852629.

HSL color Cylindrical-coordinate representation of color #95020D: hue angle of 355.51º 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 #95020D is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB149213-
CMYK00.990.910.42
HSL355.51º97.35%29.61%-
HSV(B)355.51º98.66%58.43%-
XYZ12.496.460.97-
YUV47.21108.7200.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 90.85%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=90.85%
G=1.22%
B=7.93%

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
Decimal14921300.990.910.42355.5197.3529.61
Hex952D0635B2A164611e
Octal22521501431335254414136
Binary10010101101101011000111011011101010101100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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