Html Css Color HEX #760327 Burgundy

📋 copy color: '#760327'

red 118 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #760327

Tints of Burgundy #760327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.38%

R = 73.75%
G = 1.88%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#760327 (or 0x760327) is known color: Burgundy. HEX triplet: 76, 03 and 27. RGB value is (118,3,39). Sum of RGB (Red+Green+Blue) = 118+3+39=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #760327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760327 is #89FCD8. Grayscale: #292929. Windows color (decimal): -9043161 or 2556790. OLE color: 2556790.

HSL color Cylindrical-coordinate representation of color #760327: hue angle of 341.22º 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 #760327 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 39 -
CMYK 0 0.97 0.67 0.54
HSL 341.22º 0.95% 0.24% -
HSV(B) 341.22º 0.97% 0.46% -
XYZ 7.87 4.06 2.29 -
YUV 41.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 118 3 39 0 0.97 0.67 0.54 341.22 0.95 0.24
Hex 76 3 27 0 61 43 36 155 5F 18
Octal 166 3 47 0 141 103 66 525 137 30
Binary 1110110 11 100111 0 1100001 1000011 110110 101010101 1011111 11000

Color Harmonies of #760327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760327

Black with #760327

Text Example


Text Example

White with #760327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760327; }

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

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

background-color css

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

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

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

border-color css

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

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

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