Html Css Color HEX #950407 Sangria

📋 copy color: '#950407'

red 149 ◦ green 4 ◦ blue 7

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

Shades of Sangria #950407

Tints of Sangria #950407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 93.13%
G = 2.5%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#950407 (or 0x950407) is known color: Sangria. HEX triplet: 95, 04 and 07. RGB value is (149,4,7). Sum of RGB (Red+Green+Blue) = 149+4+7=160 (21% of max value = 765). Red value is 149 (58.59% from 255 or 93.12% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 149 - color contains mainly: red. Hex color #950407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950407 is #6AFBF8. Grayscale: #2F2F2F. Windows color (decimal): -7011321 or 459925. OLE color: 459925.

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

Color convert

RGB 149 4 7 -
CMYK 0 0.97 0.95 0.42
HSL 358.76º 0.95% 0.3% -
HSV(B) 358.76º 0.97% 0.58% -
XYZ 12.48 6.49 0.8 -
YUV 47.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 149 4 7 0 0.97 0.95 0.42 358.76 0.95 0.3
Hex 95 4 7 0 61 5F 2A 167 5F 1E
Octal 225 4 7 0 141 137 52 547 137 36
Binary 10010101 100 111 0 1100001 1011111 101010 101100111 1011111 11110

Color Harmonies of #950407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950407

Black with #950407

Text Example


Text Example

White with #950407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950407; }

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

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

background-color css

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

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

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

border-color css

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

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

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