Html Css Color HEX #98000D Sangria

📋 copy color: '#98000D'

red 152 ◦ green 0 ◦ blue 13

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

Shades of Sangria #98000D

Tints of Sangria #98000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 92.12%
G = 0%
B = 7.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98000D (or 0x98000D) is known color: Sangria. HEX triplet: 98, 00 and 0D. RGB value is (152,0,13). Sum of RGB (Red+Green+Blue) = 152+0+13=165 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.12% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 152 - color contains mainly: red. Hex color #98000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98000D is #67FFF2. Grayscale: #2F2F2F. Windows color (decimal): -6815731 or 852120. OLE color: 852120.

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

Color convert

RGB 152 0 13 -
CMYK 0 1 0.91 0.40
HSL 354.87º 1% 0.3% -
HSV(B) 354.87º 1% 0.6% -
XYZ 13.02 6.7 0.99 -
YUV 46.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 152 0 13 0 1 0.91 0.40 354.87 1 0.3
Hex 98 0 D 0 64 5B 28 163 64 1E
Octal 230 0 15 0 144 133 50 543 144 36
Binary 10011000 0 1101 0 1100100 1011011 101000 101100011 1100100 11110

Color Harmonies of #98000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98000D

Black with #98000D

Text Example


Text Example

White with #98000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98000D; }

 p { color: rgb(152,0,13); }

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

background-color css

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

 a { background-color: rgb(152,0,13); }

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

border-color css

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

 span { border-color: rgb(152,0,13); }

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