Html Css Color HEX #7C010B Sangria

📋 copy color: '#7C010B'

red 124 ◦ green 1 ◦ blue 11

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

Shades of Sangria #7C010B

Tints of Sangria #7C010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 91.18%
G = 0.74%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C010B (or 0x7C010B) is known color: Sangria. HEX triplet: 7C, 01 and 0B. RGB value is (124,1,11). Sum of RGB (Red+Green+Blue) = 124+1+11=136 (18% of max value = 765). Red value is 124 (48.83% from 255 or 91.18% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 124 - color contains mainly: red. Hex color #7C010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C010B is #83FEF4. Grayscale: #272727. Windows color (decimal): -8650485 or 721276. OLE color: 721276.

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

Color convert

RGB 124 1 11 -
CMYK 0 0.99 0.91 0.51
HSL 355.12º 0.98% 0.25% -
HSV(B) 355.12º 0.99% 0.49% -
XYZ 8.38 4.33 0.71 -
YUV 38.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 124 1 11 0 0.99 0.91 0.51 355.12 0.98 0.25
Hex 7C 1 B 0 63 5B 33 163 62 19
Octal 174 1 13 0 143 133 63 543 142 31
Binary 1111100 1 1011 0 1100011 1011011 110011 101100011 1100010 11001

Color Harmonies of #7C010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C010B

Black with #7C010B

Text Example


Text Example

White with #7C010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,1,11); }

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

background-color css

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

 a { background-color: rgb(124,1,11); }

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

border-color css

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

 span { border-color: rgb(124,1,11); }

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