Html Css Color HEX #7B010A Sangria

📋 copy color: '#7B010A'

red 123 ◦ green 1 ◦ blue 10

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

Shades of Sangria #7B010A

Tints of Sangria #7B010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.46%

R = 91.79%
G = 0.75%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.52

RGB Variations

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

Color information

#7B010A (or 0x7B010A) is known color: Sangria. HEX triplet: 7B, 01 and 0A. RGB value is (123,1,10). Sum of RGB (Red+Green+Blue) = 123+1+10=134 (17% of max value = 765). Red value is 123 (48.44% from 255 or 91.79% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 123 - color contains mainly: red. Hex color #7B010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B010A is #84FEF5. Grayscale: #262626. Windows color (decimal): -8716022 or 655739. OLE color: 655739.

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

Color convert

RGB 123 1 10 -
CMYK 0 0.99 0.92 0.52
HSL 355.57º 0.98% 0.24% -
HSV(B) 355.57º 0.99% 0.48% -
XYZ 8.23 4.25 0.67 -
YUV 38.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 123 1 10 0 0.99 0.92 0.52 355.57 0.98 0.24
Hex 7B 1 A 0 63 5C 34 164 62 18
Octal 173 1 12 0 143 134 64 544 142 30
Binary 1111011 1 1010 0 1100011 1011100 110100 101100100 1100010 11000

Color Harmonies of #7B010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B010A

Black with #7B010A

Text Example


Text Example

White with #7B010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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