Html Css Color HEX #760328 Burgundy

📋 copy color: '#760328'

red 118 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #760328

Tints of Burgundy #760328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 73.29%
G = 1.86%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#760328 (or 0x760328) is known color: Burgundy. HEX triplet: 76, 03 and 28. RGB value is (118,3,40). Sum of RGB (Red+Green+Blue) = 118+3+40=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760328 is #89FCD7. Grayscale: #292929. Windows color (decimal): -9043160 or 2622326. OLE color: 2622326.

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

Color convert

RGB 118 3 40 -
CMYK 0 0.97 0.66 0.54
HSL 340.7º 0.95% 0.24% -
HSV(B) 340.7º 0.97% 0.46% -
XYZ 7.89 4.07 2.38 -
YUV 41.6 127.1 182.49 -
System Red Green Blue C M Y K H S L
Decimal 118 3 40 0 0.97 0.66 0.54 340.7 0.95 0.24
Hex 76 3 28 0 61 42 36 155 5F 18
Octal 166 3 50 0 141 102 66 525 137 30
Binary 1110110 11 101000 0 1100001 1000010 110110 101010101 1011111 11000

Color Harmonies of #760328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760328

Black with #760328

Text Example


Text Example

White with #760328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760328; }

 p { color: rgb(118,3,40); }

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

background-color css

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

 a { background-color: rgb(118,3,40); }

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

border-color css

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

 span { border-color: rgb(118,3,40); }

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