Html Css Color HEX #950106 Sangria

📋 copy color: '#950106'

red 149 ◦ green 1 ◦ blue 6

#950106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #950106

Tints of Sangria #950106

RGB

 RED value IS 149 (58.59% from 255) = 95.51%

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 6 (2.73% from 255) = 3.85%

R = 95.51%
G = 0.64%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#950106 (or 0x950106) is known color: Sangria. HEX triplet: 95, 01 and 06. RGB value is (149,1,6). Sum of RGB (Red+Green+Blue) = 149+1+6=156 (20% of max value = 765). Red value is 149 (58.59% from 255 or 95.51% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 149 - color contains mainly: red. Hex color #950106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950106 is #6AFEF9. Grayscale: #2D2D2D. Windows color (decimal): -7012090 or 393621. OLE color: 393621.

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

Color convert

RGB 149 1 6 -
CMYK 0 0.99 0.96 0.42
HSL 357.97º 0.99% 0.29% -
HSV(B) 357.97º 0.99% 0.58% -
XYZ 12.44 6.42 0.76 -
YUV 45.82 105.53 201.59 -
System Red Green Blue C M Y K H S L
Decimal 149 1 6 0 0.99 0.96 0.42 357.97 0.99 0.29
Hex 95 1 6 0 63 60 2A 166 63 1D
Octal 225 1 6 0 143 140 52 546 143 35
Binary 10010101 1 110 0 1100011 1100000 101010 101100110 1100011 11101

Color Harmonies of #950106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950106

Black with #950106

Text Example


Text Example

White with #950106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950106; }

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

 H1.HeaderClassName
 {
   color: #950106;
 }
 .AnyTagClassName
 {
   color: #950106;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #950106;
 }
 .BgClassName
 {
   background-color: #950106;
 }
</style>

border-color css

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

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

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