Html Css Color HEX #7E0506 Sangria

📋 copy color: '#7E0506'

red 126 ◦ green 5 ◦ blue 6

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

Shades of Sangria #7E0506

Tints of Sangria #7E0506

RGB

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

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

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

R = 91.97%
G = 3.65%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7E0506 (or 0x7E0506) is known color: Sangria. HEX triplet: 7E, 05 and 06. RGB value is (126,5,6). Sum of RGB (Red+Green+Blue) = 126+5+6=137 (18% of max value = 765). Red value is 126 (49.61% from 255 or 91.97% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0506 is #81FAF9. Grayscale: #292929. Windows color (decimal): -8518394 or 394622. OLE color: 394622.

HSL color Cylindrical-coordinate representation of color #7E0506: hue angle of 359.5º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E0506 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 5 6 -
CMYK 0 0.96 0.95 0.51
HSL 359.5º 0.92% 0.26% -
HSV(B) 359.5º 0.96% 0.49% -
XYZ 8.69 4.56 0.59 -
YUV 41.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 126 5 6 0 0.96 0.95 0.51 359.5 0.92 0.26
Hex 7E 5 6 0 60 5F 33 168 5C 1A
Octal 176 5 6 0 140 137 63 550 134 32
Binary 1111110 101 110 0 1100000 1011111 110011 101101000 1011100 11010

Color Harmonies of #7E0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0506

Black with #7E0506

Text Example


Text Example

White with #7E0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,5,6); }

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

background-color css

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

 a { background-color: rgb(126,5,6); }

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

border-color css

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

 span { border-color: rgb(126,5,6); }

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