Html Css Color HEX #7E040B Sangria

📋 copy color: '#7E040B'

red 126 ◦ green 4 ◦ blue 11

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

Shades of Sangria #7E040B

Tints of Sangria #7E040B

RGB

 RED value IS 126 (49.61% from 255) = 89.36%

 GREEN value IS 4 (1.95% from 255) = 2.84%

 BLUE value IS 11 (4.69% from 255) = 7.8%

R = 89.36%
G = 2.84%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7E040B (or 0x7E040B) is known color: Sangria. HEX triplet: 7E, 04 and 0B. RGB value is (126,4,11). Sum of RGB (Red+Green+Blue) = 126+4+11=141 (18% of max value = 765). Red value is 126 (49.61% from 255 or 89.36% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 126 - color contains mainly: red. Hex color #7E040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E040B is #81FBF4. Grayscale: #292929. Windows color (decimal): -8518645 or 722046. OLE color: 722046.

HSL color Cylindrical-coordinate representation of color #7E040B: hue angle of 356.56º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E040B is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 4 11 -
CMYK 0 0.97 0.91 0.51
HSL 356.56º 0.94% 0.25% -
HSV(B) 356.56º 0.97% 0.49% -
XYZ 8.71 4.55 0.74 -
YUV 41.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 126 4 11 0 0.97 0.91 0.51 356.56 0.94 0.25
Hex 7E 4 B 0 61 5B 33 165 5E 19
Octal 176 4 13 0 141 133 63 545 136 31
Binary 1111110 100 1011 0 1100001 1011011 110011 101100101 1011110 11001

Color Harmonies of #7E040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E040B

Black with #7E040B

Text Example


Text Example

White with #7E040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E040B; }

 p { color: rgb(126,4,11); }

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

background-color css

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

 a { background-color: rgb(126,4,11); }

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

border-color css

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

 span { border-color: rgb(126,4,11); }

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