Html Css Color HEX #7D040E Sangria

📋 copy color: '#7D040E'

red 125 ◦ green 4 ◦ blue 14

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

Shades of Sangria #7D040E

Tints of Sangria #7D040E

RGB

 RED value IS 125 (49.22% from 255) = 87.41%

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

 BLUE value IS 14 (5.86% from 255) = 9.79%

R = 87.41%
G = 2.8%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7D040E (or 0x7D040E) is known color: Sangria. HEX triplet: 7D, 04 and 0E. RGB value is (125,4,14). Sum of RGB (Red+Green+Blue) = 125+4+14=143 (18% of max value = 765). Red value is 125 (49.22% from 255 or 87.41% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 125 - color contains mainly: red. Hex color #7D040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D040E is #82FBF1. Grayscale: #292929. Windows color (decimal): -8584178 or 918653. OLE color: 918653.

HSL color Cylindrical-coordinate representation of color #7D040E: hue angle of 355.04º 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 #7D040E is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 4 14 -
CMYK 0 0.97 0.89 0.51
HSL 355.04º 0.94% 0.25% -
HSV(B) 355.04º 0.97% 0.49% -
XYZ 8.58 4.48 0.83 -
YUV 41.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 125 4 14 0 0.97 0.89 0.51 355.04 0.94 0.25
Hex 7D 4 E 0 61 59 33 163 5E 19
Octal 175 4 16 0 141 131 63 543 136 31
Binary 1111101 100 1110 0 1100001 1011001 110011 101100011 1011110 11001

Color Harmonies of #7D040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D040E

Black with #7D040E

Text Example


Text Example

White with #7D040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,14); }

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

background-color css

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

 a { background-color: rgb(125,4,14); }

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

border-color css

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

 span { border-color: rgb(125,4,14); }

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