Html Css Color HEX #740106 Sangria

📋 copy color: '#740106'

red 116 ◦ green 1 ◦ blue 6

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

Shades of Sangria #740106

Tints of Sangria #740106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.88%

R = 94.31%
G = 0.81%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#740106 (or 0x740106) is known color: Sangria. HEX triplet: 74, 01 and 06. RGB value is (116,1,6). Sum of RGB (Red+Green+Blue) = 116+1+6=123 (16% of max value = 765). Red value is 116 (45.70% from 255 or 94.31% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 116 - color contains mainly: red. Hex color #740106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740106 is #8BFEF9. Grayscale: #242424. Windows color (decimal): -9174778 or 393588. OLE color: 393588.

HSL color Cylindrical-coordinate representation of color #740106: hue angle of 357.39º 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 #740106 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 1 6 -
CMYK 0 0.99 0.95 0.55
HSL 357.39º 0.98% 0.23% -
HSV(B) 357.39º 0.99% 0.45% -
XYZ 7.25 3.75 0.51 -
YUV 35.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 116 1 6 0 0.99 0.95 0.55 357.39 0.98 0.23
Hex 74 1 6 0 63 5F 37 165 62 17
Octal 164 1 6 0 143 137 67 545 142 27
Binary 1110100 1 110 0 1100011 1011111 110111 101100101 1100010 10111

Color Harmonies of #740106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740106

Black with #740106

Text Example


Text Example

White with #740106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740106; }

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

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

background-color css

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

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

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

border-color css

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

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

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