Html Css Color HEX #7B0E10 Sangria

📋 copy color: '#7B0E10'

red 123 ◦ green 14 ◦ blue 16

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

Shades of Sangria #7B0E10

Tints of Sangria #7B0E10

RGB

 RED value IS 123 (48.44% from 255) = 80.39%

 GREEN value IS 14 (5.86% from 255) = 9.15%

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 80.39%
G = 9.15%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#7B0E10 (or 0x7B0E10) is known color: Sangria. HEX triplet: 7B, 0E and 10. RGB value is (123,14,16). Sum of RGB (Red+Green+Blue) = 123+14+16=153 (20% of max value = 765). Red value is 123 (48.44% from 255 or 80.39% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0E10 is #84F1EF. Grayscale: #2E2E2E. Windows color (decimal): -8712688 or 1052283. OLE color: 1052283.

HSL color Cylindrical-coordinate representation of color #7B0E10: hue angle of 358.9º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0E10 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 14 16 -
CMYK 0 0.89 0.87 0.52
HSL 358.9º 0.8% 0.27% -
HSV(B) 358.9º 0.89% 0.48% -
XYZ 8.42 4.56 0.93 -
YUV 46.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 123 14 16 0 0.89 0.87 0.52 358.9 0.8 0.27
Hex 7B E 10 0 59 57 34 167 50 1B
Octal 173 16 20 0 131 127 64 547 120 33
Binary 1111011 1110 10000 0 1011001 1010111 110100 101100111 1010000 11011

Color Harmonies of #7B0E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0E10

Black with #7B0E10

Text Example


Text Example

White with #7B0E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,14,16); }

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

background-color css

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

 a { background-color: rgb(123,14,16); }

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

border-color css

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

 span { border-color: rgb(123,14,16); }

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