Html Css Color HEX #7B0104 Sangria

📋 copy color: '#7B0104'

red 123 ◦ green 1 ◦ blue 4

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

Shades of Sangria #7B0104

Tints of Sangria #7B0104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 96.09%
G = 0.78%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#7B0104 (or 0x7B0104) is known color: Sangria. HEX triplet: 7B, 01 and 04. RGB value is (123,1,4). Sum of RGB (Red+Green+Blue) = 123+1+4=128 (16% of max value = 765). Red value is 123 (48.44% from 255 or 96.09% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0104 is #84FEFB. Grayscale: #252525. Windows color (decimal): -8716028 or 262523. OLE color: 262523.

HSL color Cylindrical-coordinate representation of color #7B0104: hue angle of 358.52º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0104 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 1 4 -
CMYK 0 0.99 0.97 0.52
HSL 358.52º 0.98% 0.24% -
HSV(B) 358.52º 0.99% 0.48% -
XYZ 8.2 4.24 0.5 -
YUV 37.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 123 1 4 0 0.99 0.97 0.52 358.52 0.98 0.24
Hex 7B 1 4 0 63 61 34 167 62 18
Octal 173 1 4 0 143 141 64 547 142 30
Binary 1111011 1 100 0 1100011 1100001 110100 101100111 1100010 11000

Color Harmonies of #7B0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0104

Black with #7B0104

Text Example


Text Example

White with #7B0104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,1,4); }

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

background-color css

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

 a { background-color: rgb(123,1,4); }

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

border-color css

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

 span { border-color: rgb(123,1,4); }

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