Html Css Color HEX #7F090B Sangria

📋 copy color: '#7F090B'

red 127 ◦ green 9 ◦ blue 11

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

Shades of Sangria #7F090B

Tints of Sangria #7F090B

RGB

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

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

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

R = 86.39%
G = 6.12%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F090B (or 0x7F090B) is known color: Sangria. HEX triplet: 7F, 09 and 0B. RGB value is (127,9,11). Sum of RGB (Red+Green+Blue) = 127+9+11=147 (19% of max value = 765). Red value is 127 (50% from 255 or 86.39% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 127 - color contains mainly: red. Hex color #7F090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F090B is #80F6F4. Grayscale: #2C2C2C. Windows color (decimal): -8451829 or 723327. OLE color: 723327.

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

Color convert

RGB 127 9 11 -
CMYK 0 0.93 0.91 0.50
HSL 358.98º 0.87% 0.27% -
HSV(B) 358.98º 0.93% 0.5% -
XYZ 8.91 4.73 0.76 -
YUV 44.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 127 9 11 0 0.93 0.91 0.50 358.98 0.87 0.27
Hex 7F 9 B 0 5D 5B 32 167 57 1B
Octal 177 11 13 0 135 133 62 547 127 33
Binary 1111111 1001 1011 0 1011101 1011011 110010 101100111 1010111 11011

Color Harmonies of #7F090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F090B

Black with #7F090B

Text Example


Text Example

White with #7F090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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