Html Css Color HEX #760923 Burgundy

📋 copy color: '#760923'

red 118 ◦ green 9 ◦ blue 35

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

Shades of Burgundy #760923

Tints of Burgundy #760923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

 BLUE value IS 35 (14.06% from 255) = 21.6%

R = 72.84%
G = 5.56%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#760923 (or 0x760923) is known color: Burgundy. HEX triplet: 76, 09 and 23. RGB value is (118,9,35). Sum of RGB (Red+Green+Blue) = 118+9+35=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #760923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760923 is #89F6DC. Grayscale: #2C2C2C. Windows color (decimal): -9041629 or 2296182. OLE color: 2296182.

HSL color Cylindrical-coordinate representation of color #760923: hue angle of 345.69º degrees, saturation: 0.86, 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 #760923 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 35 -
CMYK 0 0.92 0.70 0.54
HSL 345.69º 0.86% 0.25% -
HSV(B) 345.69º 0.92% 0.46% -
XYZ 7.87 4.17 1.98 -
YUV 44.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 118 9 35 0 0.92 0.70 0.54 345.69 0.86 0.25
Hex 76 9 23 0 5C 46 36 15A 56 19
Octal 166 11 43 0 134 106 66 532 126 31
Binary 1110110 1001 100011 0 1011100 1000110 110110 101011010 1010110 11001

Color Harmonies of #760923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760923

Black with #760923

Text Example


Text Example

White with #760923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760923; }

 p { color: rgb(118,9,35); }

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

background-color css

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

 a { background-color: rgb(118,9,35); }

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

border-color css

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

 span { border-color: rgb(118,9,35); }

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