Html Css Color HEX #950109 Sangria

📋 copy color: '#950109'

red 149 ◦ green 1 ◦ blue 9

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

Shades of Sangria #950109

Tints of Sangria #950109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.66%

R = 93.71%
G = 0.63%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#950109 (or 0x950109) is known color: Sangria. HEX triplet: 95, 01 and 09. RGB value is (149,1,9). Sum of RGB (Red+Green+Blue) = 149+1+9=159 (21% of max value = 765). Red value is 149 (58.59% from 255 or 93.71% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 149 - color contains mainly: red. Hex color #950109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950109 is #6AFEF6. Grayscale: #2E2E2E. Windows color (decimal): -7012087 or 590229. OLE color: 590229.

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

Color convert

RGB 149 1 9 -
CMYK 0 0.99 0.94 0.42
HSL 356.76º 0.99% 0.29% -
HSV(B) 356.76º 0.99% 0.58% -
XYZ 12.45 6.43 0.84 -
YUV 46.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 149 1 9 0 0.99 0.94 0.42 356.76 0.99 0.29
Hex 95 1 9 0 63 5E 2A 165 63 1D
Octal 225 1 11 0 143 136 52 545 143 35
Binary 10010101 1 1001 0 1100011 1011110 101010 101100101 1100011 11101

Color Harmonies of #950109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950109

Black with #950109

Text Example


Text Example

White with #950109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950109; }

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

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

background-color css

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

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

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

border-color css

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

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

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