Html Css Color HEX #980507 Sangria

📋 copy color: '#980507'

red 152 ◦ green 5 ◦ blue 7

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

Shades of Sangria #980507

Tints of Sangria #980507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

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

R = 92.68%
G = 3.05%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#980507 (or 0x980507) is known color: Sangria. HEX triplet: 98, 05 and 07. RGB value is (152,5,7). Sum of RGB (Red+Green+Blue) = 152+5+7=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #980507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980507 is #67FAF8. Grayscale: #313131. Windows color (decimal): -6814457 or 460184. OLE color: 460184.

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

Color convert

RGB 152 5 7 -
CMYK 0 0.97 0.95 0.40
HSL 359.18º 0.94% 0.31% -
HSV(B) 359.18º 0.97% 0.6% -
XYZ 13.04 6.8 0.83 -
YUV 49.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 152 5 7 0 0.97 0.95 0.40 359.18 0.94 0.31
Hex 98 5 7 0 61 5F 28 167 5E 1F
Octal 230 5 7 0 141 137 50 547 136 37
Binary 10011000 101 111 0 1100001 1011111 101000 101100111 1011110 11111

Color Harmonies of #980507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980507

Black with #980507

Text Example


Text Example

White with #980507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980507; }

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

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

background-color css

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

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

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

border-color css

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

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

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