Html Css Color HEX #7B0522 Burgundy

📋 copy color: '#7B0522'

red 123 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #7B0522

Tints of Burgundy #7B0522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.99%

R = 75.93%
G = 3.09%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7B0522 (or 0x7B0522) is known color: Burgundy. HEX triplet: 7B, 05 and 22. RGB value is (123,5,34). Sum of RGB (Red+Green+Blue) = 123+5+34=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0522 is #84FADD. Grayscale: #2B2B2B. Windows color (decimal): -8714974 or 2229627. OLE color: 2229627.

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

Color convert

RGB 123 5 34 -
CMYK 0 0.96 0.72 0.52
HSL 345.25º 0.92% 0.25% -
HSV(B) 345.25º 0.96% 0.48% -
XYZ 8.51 4.43 1.92 -
YUV 43.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 123 5 34 0 0.96 0.72 0.52 345.25 0.92 0.25
Hex 7B 5 22 0 60 48 34 159 5C 19
Octal 173 5 42 0 140 110 64 531 134 31
Binary 1111011 101 100010 0 1100000 1001000 110100 101011001 1011100 11001

Color Harmonies of #7B0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0522

Black with #7B0522

Text Example


Text Example

White with #7B0522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,5,34); }

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

background-color css

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

 a { background-color: rgb(123,5,34); }

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

border-color css

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

 span { border-color: rgb(123,5,34); }

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