Html Css Color HEX #98000F Sangria

📋 copy color: '#98000F'

red 152 ◦ green 0 ◦ blue 15

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

Shades of Sangria #98000F

Tints of Sangria #98000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 91.02%
G = 0%
B = 8.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98000F (or 0x98000F) is known color: Sangria. HEX triplet: 98, 00 and 0F. RGB value is (152,0,15). Sum of RGB (Red+Green+Blue) = 152+0+15=167 (22% of max value = 765). Red value is 152 (59.77% from 255 or 91.02% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 152 - color contains mainly: red. Hex color #98000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98000F is #67FFF0. Grayscale: #2F2F2F. Windows color (decimal): -6815729 or 983192. OLE color: 983192.

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

Color convert

RGB 152 0 15 -
CMYK 0 1 0.90 0.40
HSL 354.08º 1% 0.3% -
HSV(B) 354.08º 1% 0.6% -
XYZ 13.04 6.71 1.06 -
YUV 47.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 152 0 15 0 1 0.90 0.40 354.08 1 0.3
Hex 98 0 F 0 64 5A 28 162 64 1E
Octal 230 0 17 0 144 132 50 542 144 36
Binary 10011000 0 1111 0 1100100 1011010 101000 101100010 1100100 11110

Color Harmonies of #98000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98000F

Black with #98000F

Text Example


Text Example

White with #98000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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