Html Css Color HEX #7D010E Sangria

📋 copy color: '#7D010E'

red 125 ◦ green 1 ◦ blue 14

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

Shades of Sangria #7D010E

Tints of Sangria #7D010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 89.29%
G = 0.71%
B = 10%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7D010E (or 0x7D010E) is known color: Sangria. HEX triplet: 7D, 01 and 0E. RGB value is (125,1,14). Sum of RGB (Red+Green+Blue) = 125+1+14=140 (18% of max value = 765). Red value is 125 (49.22% from 255 or 89.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 125 - color contains mainly: red. Hex color #7D010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D010E is #82FEF1. Grayscale: #272727. Windows color (decimal): -8584946 or 917885. OLE color: 917885.

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

Color convert

RGB 125 1 14 -
CMYK 0 0.99 0.89 0.51
HSL 353.71º 0.98% 0.25% -
HSV(B) 353.71º 0.99% 0.49% -
XYZ 8.55 4.41 0.82 -
YUV 39.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 125 1 14 0 0.99 0.89 0.51 353.71 0.98 0.25
Hex 7D 1 E 0 63 59 33 162 62 19
Octal 175 1 16 0 143 131 63 542 142 31
Binary 1111101 1 1110 0 1100011 1011001 110011 101100010 1100010 11001

Color Harmonies of #7D010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D010E

Black with #7D010E

Text Example


Text Example

White with #7D010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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