Html Css Color HEX #7B002B Burgundy

📋 copy color: '#7B002B'

red 123 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #7B002B

Tints of Burgundy #7B002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 74.1%
G = 0%
B = 25.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B002B (or 0x7B002B) is known color: Burgundy. HEX triplet: 7B, 00 and 2B. RGB value is (123,0,43). Sum of RGB (Red+Green+Blue) = 123+0+43=166 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.10% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 123 - color contains mainly: red. Hex color #7B002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B002B is #84FFD4. Grayscale: #292929. Windows color (decimal): -8716245 or 2818171. OLE color: 2818171.

HSL color Cylindrical-coordinate representation of color #7B002B: hue angle of 339.02º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B002B is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 0 43 -
CMYK 0 1 0.65 0.52
HSL 339.02º 1% 0.24% -
HSV(B) 339.02º 1% 0.48% -
XYZ 8.6 4.39 2.68 -
YUV 41.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 123 0 43 0 1 0.65 0.52 339.02 1 0.24
Hex 7B 0 2B 0 64 41 34 153 64 18
Octal 173 0 53 0 144 101 64 523 144 30
Binary 1111011 0 101011 0 1100100 1000001 110100 101010011 1100100 11000

Color Harmonies of #7B002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B002B

Black with #7B002B

Text Example


Text Example

White with #7B002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,0,43); }

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

background-color css

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

 a { background-color: rgb(123,0,43); }

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

border-color css

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

 span { border-color: rgb(123,0,43); }

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