Html Css Color HEX #9E040C Sangria

📋 copy color: '#9E040C'

red 158 ◦ green 4 ◦ blue 12

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

Shades of Sangria #9E040C

Tints of Sangria #9E040C

RGB

 RED value IS 158 (62.11% from 255) = 90.8%

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

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

R = 90.8%
G = 2.3%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E040C (or 0x9E040C) is known color: Sangria. HEX triplet: 9E, 04 and 0C. RGB value is (158,4,12). Sum of RGB (Red+Green+Blue) = 158+4+12=174 (23% of max value = 765). Red value is 158 (62.11% from 255 or 90.80% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 158 - color contains mainly: red. Hex color #9E040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E040C is #61FBF3. Grayscale: #333333. Windows color (decimal): -6421492 or 787614. OLE color: 787614.

HSL color Cylindrical-coordinate representation of color #9E040C: hue angle of 356.88º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E040C is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 4 12 -
CMYK 0 0.97 0.92 0.38
HSL 356.88º 0.95% 0.32% -
HSV(B) 356.88º 0.97% 0.62% -
XYZ 14.21 7.38 1.02 -
YUV 50.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 158 4 12 0 0.97 0.92 0.38 356.88 0.95 0.32
Hex 9E 4 C 0 61 5C 26 165 5F 20
Octal 236 4 14 0 141 134 46 545 137 40
Binary 10011110 100 1100 0 1100001 1011100 100110 101100101 1011111 100000

Color Harmonies of #9E040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E040C

Black with #9E040C

Text Example


Text Example

White with #9E040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E040C; }

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

 H1.HeaderClassName
 {
   color: #9E040C;
 }
 .AnyTagClassName
 {
   color: #9E040C;
 }
</style>

background-color css

<style>
 a { background-color: #9E040C; }

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

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

border-color css

<style>
 span { border-color: #9E040C; }

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

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