Html Css Color HEX #7A0C33 Burgundy

📋 copy color: '#7A0C33'

red 122 ◦ green 12 ◦ blue 51

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

Shades of Burgundy #7A0C33

Tints of Burgundy #7A0C33

RGB

 RED value IS 122 (48.05% from 255) = 65.95%

 GREEN value IS 12 (5.08% from 255) = 6.49%

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 65.95%
G = 6.49%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7A0C33 (or 0x7A0C33) is known color: Burgundy. HEX triplet: 7A, 0C and 33. RGB value is (122,12,51). Sum of RGB (Red+Green+Blue) = 122+12+51=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C33 is #85F3CC. Grayscale: #313131. Windows color (decimal): -8778701 or 3345530. OLE color: 3345530.

HSL color Cylindrical-coordinate representation of color #7A0C33: hue angle of 338.73º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C33 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 12 51 -
CMYK 0 0.90 0.58 0.52
HSL 338.73º 0.82% 0.26% -
HSV(B) 338.73º 0.9% 0.48% -
XYZ 8.76 4.64 3.57 -
YUV 49.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 122 12 51 0 0.90 0.58 0.52 338.73 0.82 0.26
Hex 7A C 33 0 5A 3A 34 153 52 1A
Octal 172 14 63 0 132 72 64 523 122 32
Binary 1111010 1100 110011 0 1011010 111010 110100 101010011 1010010 11010

Color Harmonies of #7A0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0C33

Black with #7A0C33

Text Example


Text Example

White with #7A0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,12,51); }

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

background-color css

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

 a { background-color: rgb(122,12,51); }

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

border-color css

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

 span { border-color: rgb(122,12,51); }

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