#95000C

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

Shades of Sangria #95000C

Tints of Sangria #95000C

Color information

#95000C (or 0x95000C) is unknown color: approx Sangria. HEX triplet: 95, 00 and 0C. RGB value is (149,0,12). Sum of RGB (Red+Green+Blue) = 149+0+12=161 (21% of max value = 765). Red value is 149 (58.59% from 255 or 92.55% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 149 - color contains mainly: red. Hex color #95000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95000C is #6AFFF3. Grayscale: #2E2E2E. Windows color (decimal): -7012340 or 786581. OLE color: 786581.

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

Color convert

RGB149012-
CMYK010.920.42
HSL355.17º100%29.22%-
HSV(B)355.17º100%58.43%-
XYZ12.466.420.93-
YUV45.92108.86201.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 92.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=92.55%
G=0%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149012010.920.42355.1710029.22
Hex950C0645C2A163641d
Octal22501401441345254314435
Binary1001010101100011001001011100101010101100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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