Html Css Color HEX #7F040D Sangria

📋 copy color: '#7F040D'

red 127 ◦ green 4 ◦ blue 13

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

Shades of Sangria #7F040D

Tints of Sangria #7F040D

RGB

 RED value IS 127 (50% from 255) = 88.19%

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

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 88.19%
G = 2.78%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#7F040D (or 0x7F040D) is known color: Sangria. HEX triplet: 7F, 04 and 0D. RGB value is (127,4,13). Sum of RGB (Red+Green+Blue) = 127+4+13=144 (19% of max value = 765). Red value is 127 (50% from 255 or 88.19% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 127 - color contains mainly: red. Hex color #7F040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F040D is #80FBF2. Grayscale: #292929. Windows color (decimal): -8453107 or 853119. OLE color: 853119.

HSL color Cylindrical-coordinate representation of color #7F040D: hue angle of 355.61º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F040D is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 4 13 -
CMYK 0 0.97 0.90 0.50
HSL 355.61º 0.94% 0.26% -
HSV(B) 355.61º 0.97% 0.5% -
XYZ 8.87 4.63 0.81 -
YUV 41.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 127 4 13 0 0.97 0.90 0.50 355.61 0.94 0.26
Hex 7F 4 D 0 61 5A 32 164 5E 1A
Octal 177 4 15 0 141 132 62 544 136 32
Binary 1111111 100 1101 0 1100001 1011010 110010 101100100 1011110 11010

Color Harmonies of #7F040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F040D

Black with #7F040D

Text Example


Text Example

White with #7F040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,4,13); }

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

background-color css

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

 a { background-color: rgb(127,4,13); }

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

border-color css

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

 span { border-color: rgb(127,4,13); }

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