Html Css Color HEX #990007 Sangria

📋 copy color: '#990007'

red 153 ◦ green 0 ◦ blue 7

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

Shades of Sangria #990007

Tints of Sangria #990007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.63%
G = 0%
B = 4.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#990007 (or 0x990007) is known color: Sangria. HEX triplet: 99, 00 and 07. RGB value is (153,0,7). Sum of RGB (Red+Green+Blue) = 153+0+7=160 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 153 - color contains mainly: red. Hex color #990007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990007 is #66FFF8. Grayscale: #2E2E2E. Windows color (decimal): -6750201 or 458905. OLE color: 458905.

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

Color convert

RGB 153 0 7 -
CMYK 0 1 0.95 0.4
HSL 357.25º 1% 0.3% -
HSV(B) 357.25º 1% 0.6% -
XYZ 13.18 6.79 0.82 -
YUV 46.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 153 0 7 0 1 0.95 0.4 357.25 1 0.3
Hex 99 0 7 0 64 5F 28 165 64 1E
Octal 231 0 7 0 144 137 50 545 144 36
Binary 10011001 0 111 0 1100100 1011111 101000 101100101 1100100 11110

Color Harmonies of #990007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990007

Black with #990007

Text Example


Text Example

White with #990007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990007; }

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

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

background-color css

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

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

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

border-color css

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

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

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