Html Css Color HEX #7B0432 Burgundy

📋 copy color: '#7B0432'

red 123 ◦ green 4 ◦ blue 50

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

Shades of Burgundy #7B0432

Tints of Burgundy #7B0432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

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

R = 69.49%
G = 2.26%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#7B0432 (or 0x7B0432) is known color: Burgundy. HEX triplet: 7B, 04 and 32. RGB value is (123,4,50). Sum of RGB (Red+Green+Blue) = 123+4+50=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0432 is #84FBCD. Grayscale: #2C2C2C. Windows color (decimal): -8715214 or 3277947. OLE color: 3277947.

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

Color convert

RGB 123 4 50 -
CMYK 0 0.97 0.59 0.52
HSL 336.81º 0.94% 0.25% -
HSV(B) 336.81º 0.97% 0.48% -
XYZ 8.79 4.53 3.43 -
YUV 44.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 123 4 50 0 0.97 0.59 0.52 336.81 0.94 0.25
Hex 7B 4 32 0 61 3B 34 151 5E 19
Octal 173 4 62 0 141 73 64 521 136 31
Binary 1111011 100 110010 0 1100001 111011 110100 101010001 1011110 11001

Color Harmonies of #7B0432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0432

Black with #7B0432

Text Example


Text Example

White with #7B0432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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