Html Css Color HEX #7F090A Sangria

📋 copy color: '#7F090A'

red 127 ◦ green 9 ◦ blue 10

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

Shades of Sangria #7F090A

Tints of Sangria #7F090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 86.99%
G = 6.16%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#7F090A (or 0x7F090A) is known color: Sangria. HEX triplet: 7F, 09 and 0A. RGB value is (127,9,10). Sum of RGB (Red+Green+Blue) = 127+9+10=146 (19% of max value = 765). Red value is 127 (50% from 255 or 86.99% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 127 - color contains mainly: red. Hex color #7F090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F090A is #80F6F5. Grayscale: #2C2C2C. Windows color (decimal): -8451830 or 657791. OLE color: 657791.

HSL color Cylindrical-coordinate representation of color #7F090A: hue angle of 359.49º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F090A is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 9 10 -
CMYK 0 0.93 0.92 0.50
HSL 359.49º 0.87% 0.27% -
HSV(B) 359.49º 0.93% 0.5% -
XYZ 8.9 4.73 0.73 -
YUV 44.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 127 9 10 0 0.93 0.92 0.50 359.49 0.87 0.27
Hex 7F 9 A 0 5D 5C 32 167 57 1B
Octal 177 11 12 0 135 134 62 547 127 33
Binary 1111111 1001 1010 0 1011101 1011100 110010 101100111 1010111 11011

Color Harmonies of #7F090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F090A

Black with #7F090A

Text Example


Text Example

White with #7F090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,9,10); }

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

background-color css

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

 a { background-color: rgb(127,9,10); }

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

border-color css

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

 span { border-color: rgb(127,9,10); }

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