Html Css Color HEX #980007 Sangria

📋 copy color: '#980007'

red 152 ◦ green 0 ◦ blue 7

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

Shades of Sangria #980007

Tints of Sangria #980007

RGB

 RED value IS 152 (59.77% from 255) = 95.6%

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

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

R = 95.6%
G = 0%
B = 4.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#980007 (or 0x980007) is known color: Sangria. HEX triplet: 98, 00 and 07. RGB value is (152,0,7). Sum of RGB (Red+Green+Blue) = 152+0+7=159 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95.60% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 152 - color contains mainly: red. Hex color #980007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980007 is #67FFF8. Grayscale: #2E2E2E. Windows color (decimal): -6815737 or 458904. OLE color: 458904.

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

Color convert

RGB 152 0 7 -
CMYK 0 1 0.95 0.40
HSL 357.24º 1% 0.3% -
HSV(B) 357.24º 1% 0.6% -
XYZ 12.99 6.69 0.81 -
YUV 46.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 152 0 7 0 1 0.95 0.40 357.24 1 0.3
Hex 98 0 7 0 64 5F 28 165 64 1E
Octal 230 0 7 0 144 137 50 545 144 36
Binary 10011000 0 111 0 1100100 1011111 101000 101100101 1100100 11110

Color Harmonies of #980007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980007

Black with #980007

Text Example


Text Example

White with #980007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980007; }

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

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

background-color css

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

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

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

border-color css

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

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

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