Html Css Color HEX #950409 Sangria

📋 copy color: '#950409'

red 149 ◦ green 4 ◦ blue 9

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

Shades of Sangria #950409

Tints of Sangria #950409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 91.98%
G = 2.47%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#950409 (or 0x950409) is known color: Sangria. HEX triplet: 95, 04 and 09. RGB value is (149,4,9). Sum of RGB (Red+Green+Blue) = 149+4+9=162 (21% of max value = 765). Red value is 149 (58.59% from 255 or 91.98% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 149 - color contains mainly: red. Hex color #950409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950409 is #6AFBF6. Grayscale: #303030. Windows color (decimal): -7011319 or 590997. OLE color: 590997.

HSL color Cylindrical-coordinate representation of color #950409: hue angle of 357.93º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950409 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 4 9 -
CMYK 0 0.97 0.94 0.42
HSL 357.93º 0.95% 0.3% -
HSV(B) 357.93º 0.97% 0.58% -
XYZ 12.49 6.5 0.85 -
YUV 47.93 106.04 200.09 -
System Red Green Blue C M Y K H S L
Decimal 149 4 9 0 0.97 0.94 0.42 357.93 0.95 0.3
Hex 95 4 9 0 61 5E 2A 166 5F 1E
Octal 225 4 11 0 141 136 52 546 137 36
Binary 10010101 100 1001 0 1100001 1011110 101010 101100110 1011111 11110

Color Harmonies of #950409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950409

Black with #950409

Text Example


Text Example

White with #950409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950409; }

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

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

background-color css

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

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

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

border-color css

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

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

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