Html Css Color HEX #980607 Sangria

📋 copy color: '#980607'

red 152 ◦ green 6 ◦ blue 7

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

Shades of Sangria #980607

Tints of Sangria #980607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

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

R = 92.12%
G = 3.64%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#980607 (or 0x980607) is known color: Sangria. HEX triplet: 98, 06 and 07. RGB value is (152,6,7). Sum of RGB (Red+Green+Blue) = 152+6+7=165 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.12% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 152 - color contains mainly: red. Hex color #980607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980607 is #67F9F8. Grayscale: #313131. Windows color (decimal): -6814201 or 460440. OLE color: 460440.

HSL color Cylindrical-coordinate representation of color #980607: hue angle of 359.59º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980607 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 6 7 -
CMYK 0 0.96 0.95 0.40
HSL 359.59º 0.92% 0.31% -
HSV(B) 359.59º 0.96% 0.6% -
XYZ 13.05 6.82 0.83 -
YUV 49.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 152 6 7 0 0.96 0.95 0.40 359.59 0.92 0.31
Hex 98 6 7 0 60 5F 28 168 5C 1F
Octal 230 6 7 0 140 137 50 550 134 37
Binary 10011000 110 111 0 1100000 1011111 101000 101101000 1011100 11111

Color Harmonies of #980607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980607

Black with #980607

Text Example


Text Example

White with #980607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980607; }

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

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

background-color css

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

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

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

border-color css

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

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

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