Html Css Color HEX #990407 Sangria

📋 copy color: '#990407'

red 153 ◦ green 4 ◦ blue 7

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

Shades of Sangria #990407

Tints of Sangria #990407

RGB

 RED value IS 153 (60.16% from 255) = 93.29%

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

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

R = 93.29%
G = 2.44%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#990407 (or 0x990407) is known color: Sangria. HEX triplet: 99, 04 and 07. RGB value is (153,4,7). Sum of RGB (Red+Green+Blue) = 153+4+7=164 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.29% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 153 - color contains mainly: red. Hex color #990407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990407 is #66FBF8. Grayscale: #313131. Windows color (decimal): -6749177 or 459929. OLE color: 459929.

HSL color Cylindrical-coordinate representation of color #990407: hue angle of 358.79º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990407 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 7 -
CMYK 0 0.97 0.95 0.4
HSL 358.79º 0.95% 0.31% -
HSV(B) 358.79º 0.97% 0.6% -
XYZ 13.22 6.87 0.83 -
YUV 48.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 153 4 7 0 0.97 0.95 0.4 358.79 0.95 0.31
Hex 99 4 7 0 61 5F 28 167 5F 1F
Octal 231 4 7 0 141 137 50 547 137 37
Binary 10011001 100 111 0 1100001 1011111 101000 101100111 1011111 11111

Color Harmonies of #990407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990407

Black with #990407

Text Example


Text Example

White with #990407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990407; }

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

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

background-color css

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

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

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

border-color css

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

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

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