Html Css Color HEX #740307 Sangria

📋 copy color: '#740307'

red 116 ◦ green 3 ◦ blue 7

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

Shades of Sangria #740307

Tints of Sangria #740307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

 BLUE value IS 7 (3.13% from 255) = 5.56%

R = 92.06%
G = 2.38%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#740307 (or 0x740307) is known color: Sangria. HEX triplet: 74, 03 and 07. RGB value is (116,3,7). Sum of RGB (Red+Green+Blue) = 116+3+7=126 (16% of max value = 765). Red value is 116 (45.70% from 255 or 92.06% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 116 - color contains mainly: red. Hex color #740307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740307 is #8BFCF8. Grayscale: #252525. Windows color (decimal): -9174265 or 459636. OLE color: 459636.

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

Color convert

RGB 116 3 7 -
CMYK 0 0.97 0.94 0.55
HSL 357.88º 0.95% 0.23% -
HSV(B) 357.88º 0.97% 0.45% -
XYZ 7.27 3.79 0.55 -
YUV 37.24 110.94 184.17 -
System Red Green Blue C M Y K H S L
Decimal 116 3 7 0 0.97 0.94 0.55 357.88 0.95 0.23
Hex 74 3 7 0 61 5E 37 166 5F 17
Octal 164 3 7 0 141 136 67 546 137 27
Binary 1110100 11 111 0 1100001 1011110 110111 101100110 1011111 10111

Color Harmonies of #740307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740307

Black with #740307

Text Example


Text Example

White with #740307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740307; }

 p { color: rgb(116,3,7); }

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

background-color css

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

 a { background-color: rgb(116,3,7); }

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

border-color css

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

 span { border-color: rgb(116,3,7); }

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