Html Css Color HEX #740108 Sangria

📋 copy color: '#740108'

red 116 ◦ green 1 ◦ blue 8

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

Shades of Sangria #740108

Tints of Sangria #740108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.4%

R = 92.8%
G = 0.8%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#740108 (or 0x740108) is known color: Sangria. HEX triplet: 74, 01 and 08. RGB value is (116,1,8). Sum of RGB (Red+Green+Blue) = 116+1+8=125 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 116 - color contains mainly: red. Hex color #740108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740108 is #8BFEF7. Grayscale: #242424. Windows color (decimal): -9174776 or 524660. OLE color: 524660.

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

Color convert

RGB 116 1 8 -
CMYK 0 0.99 0.93 0.55
HSL 356.35º 0.98% 0.23% -
HSV(B) 356.35º 0.99% 0.45% -
XYZ 7.26 3.75 0.57 -
YUV 36.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 116 1 8 0 0.99 0.93 0.55 356.35 0.98 0.23
Hex 74 1 8 0 63 5D 37 164 62 17
Octal 164 1 10 0 143 135 67 544 142 27
Binary 1110100 1 1000 0 1100011 1011101 110111 101100100 1100010 10111

Color Harmonies of #740108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740108

Black with #740108

Text Example


Text Example

White with #740108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740108; }

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

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

background-color css

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

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

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

border-color css

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

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

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