Html Css Color HEX #980306 Sangria

📋 copy color: '#980306'

red 152 ◦ green 3 ◦ blue 6

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

Shades of Sangria #980306

Tints of Sangria #980306

RGB

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

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

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

R = 94.41%
G = 1.86%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#980306 (or 0x980306) is known color: Sangria. HEX triplet: 98, 03 and 06. RGB value is (152,3,6). Sum of RGB (Red+Green+Blue) = 152+3+6=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980306 is #67FCF9. Grayscale: #303030. Windows color (decimal): -6814970 or 394136. OLE color: 394136.

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

Color convert

RGB 152 3 6 -
CMYK 0 0.98 0.96 0.40
HSL 358.79º 0.96% 0.3% -
HSV(B) 358.79º 0.98% 0.6% -
XYZ 13.01 6.75 0.79 -
YUV 47.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 152 3 6 0 0.98 0.96 0.40 358.79 0.96 0.3
Hex 98 3 6 0 62 60 28 167 60 1E
Octal 230 3 6 0 142 140 50 547 140 36
Binary 10011000 11 110 0 1100010 1100000 101000 101100111 1100000 11110

Color Harmonies of #980306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980306

Black with #980306

Text Example


Text Example

White with #980306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980306; }

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

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

background-color css

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

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

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

border-color css

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

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

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