Html Css Color HEX #98000C Sangria

📋 copy color: '#98000C'

red 152 ◦ green 0 ◦ blue 12

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

Shades of Sangria #98000C

Tints of Sangria #98000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 92.68%
G = 0%
B = 7.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98000C (or 0x98000C) is known color: Sangria. HEX triplet: 98, 00 and 0C. RGB value is (152,0,12). Sum of RGB (Red+Green+Blue) = 152+0+12=164 (21% of max value = 765). Red value is 152 (59.77% from 255 or 92.68% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 152 - color contains mainly: red. Hex color #98000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98000C is #67FFF3. Grayscale: #2E2E2E. Windows color (decimal): -6815732 or 786584. OLE color: 786584.

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

Color convert

RGB 152 0 12 -
CMYK 0 1 0.92 0.40
HSL 355.26º 1% 0.3% -
HSV(B) 355.26º 1% 0.6% -
XYZ 13.02 6.7 0.96 -
YUV 46.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 152 0 12 0 1 0.92 0.40 355.26 1 0.3
Hex 98 0 C 0 64 5C 28 163 64 1E
Octal 230 0 14 0 144 134 50 543 144 36
Binary 10011000 0 1100 0 1100100 1011100 101000 101100011 1100100 11110

Color Harmonies of #98000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98000C

Black with #98000C

Text Example


Text Example

White with #98000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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