Html Css Color HEX #980307 Sangria

📋 copy color: '#980307'

red 152 ◦ green 3 ◦ blue 7

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

Shades of Sangria #980307

Tints of Sangria #980307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 93.83%
G = 1.85%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#980307 (or 0x980307) is known color: Sangria. HEX triplet: 98, 03 and 07. RGB value is (152,3,7). Sum of RGB (Red+Green+Blue) = 152+3+7=162 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.83% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 152 - color contains mainly: red. Hex color #980307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980307 is #67FCF8. Grayscale: #303030. Windows color (decimal): -6814969 or 459672. OLE color: 459672.

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

Color convert

RGB 152 3 7 -
CMYK 0 0.98 0.95 0.40
HSL 358.39º 0.96% 0.3% -
HSV(B) 358.39º 0.98% 0.6% -
XYZ 13.02 6.76 0.82 -
YUV 48.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 152 3 7 0 0.98 0.95 0.40 358.39 0.96 0.3
Hex 98 3 7 0 62 5F 28 166 60 1E
Octal 230 3 7 0 142 137 50 546 140 36
Binary 10011000 11 111 0 1100010 1011111 101000 101100110 1100000 11110

Color Harmonies of #980307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980307

Black with #980307

Text Example


Text Example

White with #980307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980307; }

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

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

background-color css

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

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

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

border-color css

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

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

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