Html Css Color HEX #760223 Burgundy

📋 copy color: '#760223'

red 118 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #760223

Tints of Burgundy #760223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 76.13%
G = 1.29%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#760223 (or 0x760223) is known color: Burgundy. HEX triplet: 76, 02 and 23. RGB value is (118,2,35). Sum of RGB (Red+Green+Blue) = 118+2+35=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #760223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760223 is #89FDDC. Grayscale: #282828. Windows color (decimal): -9043421 or 2294390. OLE color: 2294390.

HSL color Cylindrical-coordinate representation of color #760223: hue angle of 342.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760223 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 35 -
CMYK 0 0.98 0.70 0.54
HSL 342.93º 0.97% 0.24% -
HSV(B) 342.93º 0.98% 0.46% -
XYZ 7.8 4.02 1.95 -
YUV 40.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 118 2 35 0 0.98 0.70 0.54 342.93 0.97 0.24
Hex 76 2 23 0 62 46 36 157 61 18
Octal 166 2 43 0 142 106 66 527 141 30
Binary 1110110 10 100011 0 1100010 1000110 110110 101010111 1100001 11000

Color Harmonies of #760223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760223

Black with #760223

Text Example


Text Example

White with #760223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760223; }

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

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

background-color css

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

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

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

border-color css

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

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

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