Html Css Color HEX #7B0D33 Burgundy

📋 copy color: '#7B0D33'

red 123 ◦ green 13 ◦ blue 51

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

Shades of Burgundy #7B0D33

Tints of Burgundy #7B0D33

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 65.78%
G = 6.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B0D33 (or 0x7B0D33) is known color: Burgundy. HEX triplet: 7B, 0D and 33. RGB value is (123,13,51). Sum of RGB (Red+Green+Blue) = 123+13+51=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0D33 is #84F2CC. Grayscale: #323232. Windows color (decimal): -8712909 or 3345787. OLE color: 3345787.

HSL color Cylindrical-coordinate representation of color #7B0D33: hue angle of 339.27º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B0D33 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 13 51 -
CMYK 0 0.89 0.59 0.52
HSL 339.27º 0.81% 0.27% -
HSV(B) 339.27º 0.89% 0.48% -
XYZ 8.91 4.74 3.58 -
YUV 50.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 123 13 51 0 0.89 0.59 0.52 339.27 0.81 0.27
Hex 7B D 33 0 59 3B 34 153 51 1B
Octal 173 15 63 0 131 73 64 523 121 33
Binary 1111011 1101 110011 0 1011001 111011 110100 101010011 1010001 11011

Color Harmonies of #7B0D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0D33

Black with #7B0D33

Text Example


Text Example

White with #7B0D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,13,51); }

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

background-color css

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

 a { background-color: rgb(123,13,51); }

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

border-color css

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

 span { border-color: rgb(123,13,51); }

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