Html Css Color HEX #980107 Sangria

📋 copy color: '#980107'

red 152 ◦ green 1 ◦ blue 7

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

Shades of Sangria #980107

Tints of Sangria #980107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 95%
G = 0.63%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#980107 (or 0x980107) is known color: Sangria. HEX triplet: 98, 01 and 07. RGB value is (152,1,7). Sum of RGB (Red+Green+Blue) = 152+1+7=160 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 152 - color contains mainly: red. Hex color #980107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980107 is #67FEF8. Grayscale: #2E2E2E. Windows color (decimal): -6815481 or 459160. OLE color: 459160.

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

Color convert

RGB 152 1 7 -
CMYK 0 0.99 0.95 0.40
HSL 357.62º 0.99% 0.3% -
HSV(B) 357.62º 0.99% 0.6% -
XYZ 13 6.71 0.81 -
YUV 46.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 152 1 7 0 0.99 0.95 0.40 357.62 0.99 0.3
Hex 98 1 7 0 63 5F 28 166 63 1E
Octal 230 1 7 0 143 137 50 546 143 36
Binary 10011000 1 111 0 1100011 1011111 101000 101100110 1100011 11110

Color Harmonies of #980107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980107

Black with #980107

Text Example


Text Example

White with #980107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980107; }

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

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

background-color css

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

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

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

border-color css

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

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

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