Html Css Color HEX #98000E Sangria

📋 copy color: '#98000E'

red 152 ◦ green 0 ◦ blue 14

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

Shades of Sangria #98000E

Tints of Sangria #98000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.43%

R = 91.57%
G = 0%
B = 8.43%

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

#98000E (or 0x98000E) is known color: Sangria. HEX triplet: 98, 00 and 0E. RGB value is (152,0,14). Sum of RGB (Red+Green+Blue) = 152+0+14=166 (21% of max value = 765). Red value is 152 (59.77% from 255 or 91.57% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 152 - color contains mainly: red. Hex color #98000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98000E is #67FFF1. Grayscale: #2F2F2F. Windows color (decimal): -6815730 or 917656. OLE color: 917656.

HSL color Cylindrical-coordinate representation of color #98000E: hue angle of 354.47º 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 #98000E is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 14 -
CMYK 0 1 0.91 0.40
HSL 354.47º 1% 0.3% -
HSV(B) 354.47º 1% 0.6% -
XYZ 13.03 6.71 1.02 -
YUV 47.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 152 0 14 0 1 0.91 0.40 354.47 1 0.3
Hex 98 0 E 0 64 5B 28 162 64 1E
Octal 230 0 16 0 144 133 50 542 144 36
Binary 10011000 0 1110 0 1100100 1011011 101000 101100010 1100100 11110

Color Harmonies of #98000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98000E

Black with #98000E

Text Example


Text Example

White with #98000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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