Html Css Color HEX #7C090D Sangria

📋 copy color: '#7C090D'

red 124 ◦ green 9 ◦ blue 13

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

Shades of Sangria #7C090D

Tints of Sangria #7C090D

RGB

 RED value IS 124 (48.83% from 255) = 84.93%

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

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 84.93%
G = 6.16%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C090D (or 0x7C090D) is known color: Sangria. HEX triplet: 7C, 09 and 0D. RGB value is (124,9,13). Sum of RGB (Red+Green+Blue) = 124+9+13=146 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.93% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 124 - color contains mainly: red. Hex color #7C090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C090D is #83F6F2. Grayscale: #2B2B2B. Windows color (decimal): -8648435 or 854396. OLE color: 854396.

HSL color Cylindrical-coordinate representation of color #7C090D: hue angle of 357.91º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C090D is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 13 -
CMYK 0 0.93 0.90 0.51
HSL 357.91º 0.86% 0.26% -
HSV(B) 357.91º 0.93% 0.49% -
XYZ 8.48 4.51 0.8 -
YUV 43.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 124 9 13 0 0.93 0.90 0.51 357.91 0.86 0.26
Hex 7C 9 D 0 5D 5A 33 166 56 1A
Octal 174 11 15 0 135 132 63 546 126 32
Binary 1111100 1001 1101 0 1011101 1011010 110011 101100110 1010110 11010

Color Harmonies of #7C090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C090D

Black with #7C090D

Text Example


Text Example

White with #7C090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,13); }

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

background-color css

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

 a { background-color: rgb(124,9,13); }

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

border-color css

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

 span { border-color: rgb(124,9,13); }

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