Html Css Color HEX #7B0423 Burgundy

📋 copy color: '#7B0423'

red 123 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #7B0423

Tints of Burgundy #7B0423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.6%

R = 75.93%
G = 2.47%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.52

RGB Variations

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

Color information

#7B0423 (or 0x7B0423) is known color: Burgundy. HEX triplet: 7B, 04 and 23. RGB value is (123,4,35). Sum of RGB (Red+Green+Blue) = 123+4+35=162 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.93% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0423 is #84FBDC. Grayscale: #2B2B2B. Windows color (decimal): -8715229 or 2294907. OLE color: 2294907.

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

Color convert

RGB 123 4 35 -
CMYK 0 0.97 0.72 0.52
HSL 344.37º 0.94% 0.25% -
HSV(B) 344.37º 0.97% 0.48% -
XYZ 8.52 4.42 1.99 -
YUV 43.12 123.42 184.98 -
System Red Green Blue C M Y K H S L
Decimal 123 4 35 0 0.97 0.72 0.52 344.37 0.94 0.25
Hex 7B 4 23 0 61 48 34 158 5E 19
Octal 173 4 43 0 141 110 64 530 136 31
Binary 1111011 100 100011 0 1100001 1001000 110100 101011000 1011110 11001

Color Harmonies of #7B0423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0423

Black with #7B0423

Text Example


Text Example

White with #7B0423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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