Html Css Color HEX #9C040E Sangria

📋 copy color: '#9C040E'

red 156 ◦ green 4 ◦ blue 14

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

Shades of Sangria #9C040E

Tints of Sangria #9C040E

RGB

 RED value IS 156 (61.33% from 255) = 89.66%

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

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

R = 89.66%
G = 2.3%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C040E (or 0x9C040E) is known color: Sangria. HEX triplet: 9C, 04 and 0E. RGB value is (156,4,14). Sum of RGB (Red+Green+Blue) = 156+4+14=174 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.66% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 156 - color contains mainly: red. Hex color #9C040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C040E is #63FBF1. Grayscale: #323232. Windows color (decimal): -6552562 or 918684. OLE color: 918684.

HSL color Cylindrical-coordinate representation of color #9C040E: hue angle of 356.05º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C040E is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 4 14 -
CMYK 0 0.97 0.91 0.39
HSL 356.05º 0.95% 0.31% -
HSV(B) 356.05º 0.97% 0.61% -
XYZ 13.83 7.19 1.07 -
YUV 50.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 156 4 14 0 0.97 0.91 0.39 356.05 0.95 0.31
Hex 9C 4 E 0 61 5B 27 164 5F 1F
Octal 234 4 16 0 141 133 47 544 137 37
Binary 10011100 100 1110 0 1100001 1011011 100111 101100100 1011111 11111

Color Harmonies of #9C040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C040E

Black with #9C040E

Text Example


Text Example

White with #9C040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,4,14); }

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

background-color css

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

 a { background-color: rgb(156,4,14); }

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

border-color css

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

 span { border-color: rgb(156,4,14); }

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