Html Css Color HEX #7B0109 Sangria

📋 copy color: '#7B0109'

red 123 ◦ green 1 ◦ blue 9

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

Shades of Sangria #7B0109

Tints of Sangria #7B0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 92.48%
G = 0.75%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#7B0109 (or 0x7B0109) is known color: Sangria. HEX triplet: 7B, 01 and 09. RGB value is (123,1,9). Sum of RGB (Red+Green+Blue) = 123+1+9=133 (17% of max value = 765). Red value is 123 (48.44% from 255 or 92.48% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0109 is #84FEF6. Grayscale: #262626. Windows color (decimal): -8716023 or 590203. OLE color: 590203.

HSL color Cylindrical-coordinate representation of color #7B0109: hue angle of 356.07º 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 #7B0109 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 1 9 -
CMYK 0 0.99 0.93 0.52
HSL 356.07º 0.98% 0.24% -
HSV(B) 356.07º 0.99% 0.48% -
XYZ 8.23 4.25 0.65 -
YUV 38.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 123 1 9 0 0.99 0.93 0.52 356.07 0.98 0.24
Hex 7B 1 9 0 63 5D 34 164 62 18
Octal 173 1 11 0 143 135 64 544 142 30
Binary 1111011 1 1001 0 1100011 1011101 110100 101100100 1100010 11000

Color Harmonies of #7B0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0109

Black with #7B0109

Text Example


Text Example

White with #7B0109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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