#95010C

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

Shades of Sangria #95010C

Tints of Sangria #95010C

Color information

#95010C (or 0x95010C) is unknown color: approx Sangria. HEX triplet: 95, 01 and 0C. RGB value is (149,1,12). Sum of RGB (Red+Green+Blue) = 149+1+12=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #95010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95010C is #6AFEF3. Grayscale: #2E2E2E. Windows color (decimal): -7012084 or 786837. OLE color: 786837.

HSL color Cylindrical-coordinate representation of color #95010C: hue angle of 355.54º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95010C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB149112-
CMYK00.990.920.42
HSL355.54º98.67%29.41%-
HSV(B)355.54º99.33%58.43%-
XYZ12.476.440.93-
YUV46.51108.53201.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 91.98%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=91.98%
G=0.62%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911200.990.920.42355.5498.6729.41
Hex951C0635C2A164631d
Octal22511401431345254414335
Binary1001010111100011000111011100101010101100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95010C; }

 p { color: rgb(149,1,12); }

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

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

 a { background-color: rgb(149,1,12); }

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

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

 span { border-color: rgb(149,1,12); }

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