Html Css Color HEX #7F0D0E Sangria

📋 copy color: '#7F0D0E'

red 127 ◦ green 13 ◦ blue 14

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

Shades of Sangria #7F0D0E

Tints of Sangria #7F0D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.44%

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

R = 82.47%
G = 8.44%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F0D0E (or 0x7F0D0E) is known color: Sangria. HEX triplet: 7F, 0D and 0E. RGB value is (127,13,14). Sum of RGB (Red+Green+Blue) = 127+13+14=154 (20% of max value = 765). Red value is 127 (50% from 255 or 82.47% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0D0E is #80F2F1. Grayscale: #2F2F2F. Windows color (decimal): -8450802 or 920959. OLE color: 920959.

HSL color Cylindrical-coordinate representation of color #7F0D0E: hue angle of 359.47º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D0E is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 13 14 -
CMYK 0 0.90 0.89 0.50
HSL 359.47º 0.81% 0.27% -
HSV(B) 359.47º 0.9% 0.5% -
XYZ 8.98 4.83 0.87 -
YUV 47.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 127 13 14 0 0.90 0.89 0.50 359.47 0.81 0.27
Hex 7F D E 0 5A 59 32 167 51 1B
Octal 177 15 16 0 132 131 62 547 121 33
Binary 1111111 1101 1110 0 1011010 1011001 110010 101100111 1010001 11011

Color Harmonies of #7F0D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0D0E

Black with #7F0D0E

Text Example


Text Example

White with #7F0D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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