Html Css Color HEX #7B062B Burgundy

📋 copy color: '#7B062B'

red 123 ◦ green 6 ◦ blue 43

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

Shades of Burgundy #7B062B

Tints of Burgundy #7B062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

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

R = 71.51%
G = 3.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B062B (or 0x7B062B) is known color: Burgundy. HEX triplet: 7B, 06 and 2B. RGB value is (123,6,43). Sum of RGB (Red+Green+Blue) = 123+6+43=172 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.51% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 123 - color contains mainly: red. Hex color #7B062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B062B is #84F9D4. Grayscale: #2D2D2D. Windows color (decimal): -8714709 or 2819707. OLE color: 2819707.

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

Color convert

RGB 123 6 43 -
CMYK 0 0.95 0.65 0.52
HSL 341.03º 0.91% 0.25% -
HSV(B) 341.03º 0.95% 0.48% -
XYZ 8.67 4.52 2.7 -
YUV 45.2 126.76 183.49 -
System Red Green Blue C M Y K H S L
Decimal 123 6 43 0 0.95 0.65 0.52 341.03 0.91 0.25
Hex 7B 6 2B 0 5F 41 34 155 5B 19
Octal 173 6 53 0 137 101 64 525 133 31
Binary 1111011 110 101011 0 1011111 1000001 110100 101010101 1011011 11001

Color Harmonies of #7B062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B062B

Black with #7B062B

Text Example


Text Example

White with #7B062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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