Html Css Color HEX #980006 Sangria

📋 copy color: '#980006'

red 152 ◦ green 0 ◦ blue 6

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

Shades of Sangria #980006

Tints of Sangria #980006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.8%

R = 96.2%
G = 0%
B = 3.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#980006 (or 0x980006) is known color: Sangria. HEX triplet: 98, 00 and 06. RGB value is (152,0,6). Sum of RGB (Red+Green+Blue) = 152+0+6=158 (20% of max value = 765). Red value is 152 (59.77% from 255 or 96.20% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 152 - color contains mainly: red. Hex color #980006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980006 is #67FFF9. Grayscale: #2E2E2E. Windows color (decimal): -6815738 or 393368. OLE color: 393368.

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

Color convert

RGB 152 0 6 -
CMYK 0 1 0.96 0.40
HSL 357.63º 1% 0.3% -
HSV(B) 357.63º 1% 0.6% -
XYZ 12.98 6.69 0.78 -
YUV 46.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 152 0 6 0 1 0.96 0.40 357.63 1 0.3
Hex 98 0 6 0 64 60 28 166 64 1E
Octal 230 0 6 0 144 140 50 546 144 36
Binary 10011000 0 110 0 1100100 1100000 101000 101100110 1100100 11110

Color Harmonies of #980006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980006

Black with #980006

Text Example


Text Example

White with #980006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980006; }

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

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

background-color css

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

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

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

border-color css

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

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

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