Html Css Color HEX #740104 Sangria

📋 copy color: '#740104'

red 116 ◦ green 1 ◦ blue 4

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

Shades of Sangria #740104

Tints of Sangria #740104

RGB

 RED value IS 116 (45.7% from 255) = 95.87%

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 95.87%
G = 0.83%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#740104 (or 0x740104) is known color: Sangria. HEX triplet: 74, 01 and 04. RGB value is (116,1,4). Sum of RGB (Red+Green+Blue) = 116+1+4=121 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.87% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 116 - color contains mainly: red. Hex color #740104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740104 is #8BFEFB. Grayscale: #232323. Windows color (decimal): -9174780 or 262516. OLE color: 262516.

HSL color Cylindrical-coordinate representation of color #740104: hue angle of 358.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 1 4 -
CMYK 0 0.99 0.97 0.55
HSL 358.43º 0.98% 0.23% -
HSV(B) 358.43º 0.99% 0.45% -
XYZ 7.24 3.74 0.46 -
YUV 35.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 116 1 4 0 0.99 0.97 0.55 358.43 0.98 0.23
Hex 74 1 4 0 63 61 37 166 62 17
Octal 164 1 4 0 143 141 67 546 142 27
Binary 1110100 1 100 0 1100011 1100001 110111 101100110 1100010 10111

Color Harmonies of #740104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740104

Black with #740104

Text Example


Text Example

White with #740104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740104; }

 p { color: rgb(116,1,4); }

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

background-color css

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

 a { background-color: rgb(116,1,4); }

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

border-color css

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

 span { border-color: rgb(116,1,4); }

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