Html Css Color HEX #7F040B Sangria

📋 copy color: '#7F040B'

red 127 ◦ green 4 ◦ blue 11

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

Shades of Sangria #7F040B

Tints of Sangria #7F040B

RGB

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

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

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

R = 89.44%
G = 2.82%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F040B (or 0x7F040B) is known color: Sangria. HEX triplet: 7F, 04 and 0B. RGB value is (127,4,11). Sum of RGB (Red+Green+Blue) = 127+4+11=142 (18% of max value = 765). Red value is 127 (50% from 255 or 89.44% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 127 - color contains mainly: red. Hex color #7F040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F040B is #80FBF4. Grayscale: #292929. Windows color (decimal): -8453109 or 722047. OLE color: 722047.

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

Color convert

RGB 127 4 11 -
CMYK 0 0.97 0.91 0.50
HSL 356.59º 0.94% 0.26% -
HSV(B) 356.59º 0.97% 0.5% -
XYZ 8.86 4.62 0.74 -
YUV 41.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 127 4 11 0 0.97 0.91 0.50 356.59 0.94 0.26
Hex 7F 4 B 0 61 5B 32 165 5E 1A
Octal 177 4 13 0 141 133 62 545 136 32
Binary 1111111 100 1011 0 1100001 1011011 110010 101100101 1011110 11010

Color Harmonies of #7F040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F040B

Black with #7F040B

Text Example


Text Example

White with #7F040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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