Html Css Color HEX #7B0226 Burgundy

📋 copy color: '#7B0226'

red 123 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #7B0226

Tints of Burgundy #7B0226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 38 (15.23% from 255) = 23.31%

R = 75.46%
G = 1.23%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.52

RGB Variations

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

Color information

#7B0226 (or 0x7B0226) is known color: Burgundy. HEX triplet: 7B, 02 and 26. RGB value is (123,2,38). Sum of RGB (Red+Green+Blue) = 123+2+38=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0226 is #84FDD9. Grayscale: #2A2A2A. Windows color (decimal): -8715738 or 2491003. OLE color: 2491003.

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

Color convert

RGB 123 2 38 -
CMYK 0 0.98 0.69 0.52
HSL 342.15º 0.97% 0.25% -
HSV(B) 342.15º 0.98% 0.48% -
XYZ 8.54 4.39 2.23 -
YUV 42.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 123 2 38 0 0.98 0.69 0.52 342.15 0.97 0.25
Hex 7B 2 26 0 62 45 34 156 61 19
Octal 173 2 46 0 142 105 64 526 141 31
Binary 1111011 10 100110 0 1100010 1000101 110100 101010110 1100001 11001

Color Harmonies of #7B0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0226

Black with #7B0226

Text Example


Text Example

White with #7B0226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,2,38); }

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

background-color css

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

 a { background-color: rgb(123,2,38); }

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

border-color css

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

 span { border-color: rgb(123,2,38); }

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