Html Css Color HEX #98020A Sangria

📋 copy color: '#98020A'

red 152 ◦ green 2 ◦ blue 10

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

Shades of Sangria #98020A

Tints of Sangria #98020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

 BLUE value IS 10 (4.3% from 255) = 6.1%

R = 92.68%
G = 1.22%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98020A (or 0x98020A) is known color: Sangria. HEX triplet: 98, 02 and 0A. RGB value is (152,2,10). Sum of RGB (Red+Green+Blue) = 152+2+10=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #98020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98020A is #67FDF5. Grayscale: #2F2F2F. Windows color (decimal): -6815222 or 656024. OLE color: 656024.

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

Color convert

RGB 152 2 10 -
CMYK 0 0.99 0.93 0.40
HSL 356.8º 0.97% 0.3% -
HSV(B) 356.8º 0.99% 0.6% -
XYZ 13.03 6.74 0.9 -
YUV 47.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 152 2 10 0 0.99 0.93 0.40 356.8 0.97 0.3
Hex 98 2 A 0 63 5D 28 165 61 1E
Octal 230 2 12 0 143 135 50 545 141 36
Binary 10011000 10 1010 0 1100011 1011101 101000 101100101 1100001 11110

Color Harmonies of #98020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98020A

Black with #98020A

Text Example


Text Example

White with #98020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98020A; }

 p { color: rgb(152,2,10); }

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

background-color css

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

 a { background-color: rgb(152,2,10); }

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

border-color css

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

 span { border-color: rgb(152,2,10); }

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