Html Css Color HEX #7B052D Burgundy

📋 copy color: '#7B052D'

red 123 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #7B052D

Tints of Burgundy #7B052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 71.1%
G = 2.89%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#7B052D (or 0x7B052D) is known color: Burgundy. HEX triplet: 7B, 05 and 2D. RGB value is (123,5,45). Sum of RGB (Red+Green+Blue) = 123+5+45=173 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.10% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 123 - color contains mainly: red. Hex color #7B052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B052D is #84FAD2. Grayscale: #2C2C2C. Windows color (decimal): -8714963 or 2950523. OLE color: 2950523.

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

Color convert

RGB 123 5 45 -
CMYK 0 0.96 0.63 0.52
HSL 339.66º 0.92% 0.25% -
HSV(B) 339.66º 0.96% 0.48% -
XYZ 8.7 4.51 2.89 -
YUV 44.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 123 5 45 0 0.96 0.63 0.52 339.66 0.92 0.25
Hex 7B 5 2D 0 60 3F 34 154 5C 19
Octal 173 5 55 0 140 77 64 524 134 31
Binary 1111011 101 101101 0 1100000 111111 110100 101010100 1011100 11001

Color Harmonies of #7B052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B052D

Black with #7B052D

Text Example


Text Example

White with #7B052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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