#95010A

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

Shades of Sangria #95010A

Tints of Sangria #95010A

Color information

#95010A (or 0x95010A) is unknown color: approx Sangria. HEX triplet: 95, 01 and 0A. RGB value is (149,1,10). Sum of RGB (Red+Green+Blue) = 149+1+10=160 (21% of max value = 765). Red value is 149 (58.59% from 255 or 93.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 149 - color contains mainly: red. Hex color #95010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95010A is #6AFEF5. Grayscale: #2E2E2E. Windows color (decimal): -7012086 or 655765. OLE color: 655765.

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

Color convert

RGB149110-
CMYK00.990.930.42
HSL356.35º98.67%29.41%-
HSV(B)356.35º99.33%58.43%-
XYZ12.466.430.87-
YUV46.28107.53201.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 93.12%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=93.12%
G=0.62%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911000.990.930.42356.3598.6729.41
Hex951A0635D2A164631d
Octal22511201431355254414335
Binary1001010111010011000111011101101010101100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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