Html Css Color HEX #7C050D Sangria

📋 copy color: '#7C050D'

red 124 ◦ green 5 ◦ blue 13

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

Shades of Sangria #7C050D

Tints of Sangria #7C050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 87.32%
G = 3.52%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C050D (or 0x7C050D) is known color: Sangria. HEX triplet: 7C, 05 and 0D. RGB value is (124,5,13). Sum of RGB (Red+Green+Blue) = 124+5+13=142 (18% of max value = 765). Red value is 124 (48.83% from 255 or 87.32% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 124 - color contains mainly: red. Hex color #7C050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C050D is #83FAF2. Grayscale: #292929. Windows color (decimal): -8649459 or 853372. OLE color: 853372.

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

Color convert

RGB 124 5 13 -
CMYK 0 0.96 0.90 0.51
HSL 355.97º 0.92% 0.25% -
HSV(B) 355.97º 0.96% 0.49% -
XYZ 8.44 4.42 0.79 -
YUV 41.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 124 5 13 0 0.96 0.90 0.51 355.97 0.92 0.25
Hex 7C 5 D 0 60 5A 33 164 5C 19
Octal 174 5 15 0 140 132 63 544 134 31
Binary 1111100 101 1101 0 1100000 1011010 110011 101100100 1011100 11001

Color Harmonies of #7C050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C050D

Black with #7C050D

Text Example


Text Example

White with #7C050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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