Html Css Color HEX #98040C Sangria

📋 copy color: '#98040C'

red 152 ◦ green 4 ◦ blue 12

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

Shades of Sangria #98040C

Tints of Sangria #98040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 90.48%
G = 2.38%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98040C (or 0x98040C) is known color: Sangria. HEX triplet: 98, 04 and 0C. RGB value is (152,4,12). Sum of RGB (Red+Green+Blue) = 152+4+12=168 (22% of max value = 765). Red value is 152 (59.77% from 255 or 90.48% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 152 - color contains mainly: red. Hex color #98040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #98040C is #67FBF3. Grayscale: #313131. Windows color (decimal): -6814708 or 787608. OLE color: 787608.

HSL color Cylindrical-coordinate representation of color #98040C: hue angle of 356.76º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 4 12 -
CMYK 0 0.97 0.92 0.40
HSL 356.76º 0.95% 0.31% -
HSV(B) 356.76º 0.97% 0.6% -
XYZ 13.06 6.79 0.97 -
YUV 49.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 152 4 12 0 0.97 0.92 0.40 356.76 0.95 0.31
Hex 98 4 C 0 61 5C 28 165 5F 1F
Octal 230 4 14 0 141 134 50 545 137 37
Binary 10011000 100 1100 0 1100001 1011100 101000 101100101 1011111 11111

Color Harmonies of #98040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98040C

Black with #98040C

Text Example


Text Example

White with #98040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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