Html Css Color HEX #760A33 Burgundy

📋 copy color: '#760A33'

red 118 ◦ green 10 ◦ blue 51

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

Shades of Burgundy #760A33

Tints of Burgundy #760A33

RGB

 RED value IS 118 (46.48% from 255) = 65.92%

 GREEN value IS 10 (4.3% from 255) = 5.59%

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

R = 65.92%
G = 5.59%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#760A33 (or 0x760A33) is known color: Burgundy. HEX triplet: 76, 0A and 33. RGB value is (118,10,51). Sum of RGB (Red+Green+Blue) = 118+10+51=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #760A33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A33 is #89F5CC. Grayscale: #2E2E2E. Windows color (decimal): -9041357 or 3345014. OLE color: 3345014.

HSL color Cylindrical-coordinate representation of color #760A33: hue angle of 337.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760A33 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 10 51 -
CMYK 0 0.92 0.57 0.54
HSL 337.22º 0.84% 0.25% -
HSV(B) 337.22º 0.92% 0.46% -
XYZ 8.18 4.31 3.53 -
YUV 46.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 118 10 51 0 0.92 0.57 0.54 337.22 0.84 0.25
Hex 76 A 33 0 5C 39 36 151 54 19
Octal 166 12 63 0 134 71 66 521 124 31
Binary 1110110 1010 110011 0 1011100 111001 110110 101010001 1010100 11001

Color Harmonies of #760A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A33

Black with #760A33

Text Example


Text Example

White with #760A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760A33; }

 p { color: rgb(118,10,51); }

 H1.HeaderClassName
 {
   color: #760A33;
 }
 .AnyTagClassName
 {
   color: #760A33;
 }
</style>

background-color css

<style>
 a { background-color: #760A33; }

 a { background-color: rgb(118,10,51); }

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

border-color css

<style>
 span { border-color: #760A33; }

 span { border-color: rgb(118,10,51); }

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