Html Css Color HEX #990207 Sangria

📋 copy color: '#990207'

red 153 ◦ green 2 ◦ blue 7

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

Shades of Sangria #990207

Tints of Sangria #990207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 94.44%
G = 1.23%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#990207 (or 0x990207) is known color: Sangria. HEX triplet: 99, 02 and 07. RGB value is (153,2,7). Sum of RGB (Red+Green+Blue) = 153+2+7=162 (21% of max value = 765). Red value is 153 (60.16% from 255 or 94.44% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 153 - color contains mainly: red. Hex color #990207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990207 is #66FDF8. Grayscale: #2F2F2F. Windows color (decimal): -6749689 or 459417. OLE color: 459417.

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

Color convert

RGB 153 2 7 -
CMYK 0 0.99 0.95 0.4
HSL 358.01º 0.97% 0.3% -
HSV(B) 358.01º 0.99% 0.6% -
XYZ 13.2 6.83 0.82 -
YUV 47.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 153 2 7 0 0.99 0.95 0.4 358.01 0.97 0.3
Hex 99 2 7 0 63 5F 28 166 61 1E
Octal 231 2 7 0 143 137 50 546 141 36
Binary 10011001 10 111 0 1100011 1011111 101000 101100110 1100001 11110

Color Harmonies of #990207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990207

Black with #990207

Text Example


Text Example

White with #990207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990207; }

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

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

background-color css

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

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

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

border-color css

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

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

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