Html Css Color HEX #740508 Sangria

📋 copy color: '#740508'

red 116 ◦ green 5 ◦ blue 8

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

Shades of Sangria #740508

Tints of Sangria #740508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

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

R = 89.92%
G = 3.88%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#740508 (or 0x740508) is known color: Sangria. HEX triplet: 74, 05 and 08. RGB value is (116,5,8). Sum of RGB (Red+Green+Blue) = 116+5+8=129 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.92% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 116 - color contains mainly: red. Hex color #740508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740508 is #8BFAF7. Grayscale: #262626. Windows color (decimal): -9173752 or 525684. OLE color: 525684.

HSL color Cylindrical-coordinate representation of color #740508: hue angle of 358.38º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740508 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 8 -
CMYK 0 0.96 0.93 0.55
HSL 358.38º 0.92% 0.24% -
HSV(B) 358.38º 0.96% 0.45% -
XYZ 7.3 3.84 0.59 -
YUV 38.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 116 5 8 0 0.96 0.93 0.55 358.38 0.92 0.24
Hex 74 5 8 0 60 5D 37 166 5C 18
Octal 164 5 10 0 140 135 67 546 134 30
Binary 1110100 101 1000 0 1100000 1011101 110111 101100110 1011100 11000

Color Harmonies of #740508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740508

Black with #740508

Text Example


Text Example

White with #740508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740508; }

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

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

background-color css

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

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

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

border-color css

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

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

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