Html Css Color HEX #7B0C32 Burgundy

📋 copy color: '#7B0C32'

red 123 ◦ green 12 ◦ blue 50

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

Shades of Burgundy #7B0C32

Tints of Burgundy #7B0C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 66.49%
G = 6.49%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B0C32 (or 0x7B0C32) is known color: Burgundy. HEX triplet: 7B, 0C and 32. RGB value is (123,12,50). Sum of RGB (Red+Green+Blue) = 123+12+50=185 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.49% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0C32 is #84F3CD. Grayscale: #313131. Windows color (decimal): -8713166 or 3279995. OLE color: 3279995.

HSL color Cylindrical-coordinate representation of color #7B0C32: hue angle of 339.46º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C32 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 12 50 -
CMYK 0 0.90 0.59 0.52
HSL 339.46º 0.82% 0.26% -
HSV(B) 339.46º 0.9% 0.48% -
XYZ 8.88 4.7 3.46 -
YUV 49.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 123 12 50 0 0.90 0.59 0.52 339.46 0.82 0.26
Hex 7B C 32 0 5A 3B 34 153 52 1A
Octal 173 14 62 0 132 73 64 523 122 32
Binary 1111011 1100 110010 0 1011010 111011 110100 101010011 1010010 11010

Color Harmonies of #7B0C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0C32

Black with #7B0C32

Text Example


Text Example

White with #7B0C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,12,50); }

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

background-color css

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

 a { background-color: rgb(123,12,50); }

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

border-color css

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

 span { border-color: rgb(123,12,50); }

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