Html Css Color HEX #760325 Burgundy

📋 copy color: '#760325'

red 118 ◦ green 3 ◦ blue 37

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

Shades of Burgundy #760325

Tints of Burgundy #760325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.42%

R = 74.68%
G = 1.9%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#760325 (or 0x760325) is known color: Burgundy. HEX triplet: 76, 03 and 25. RGB value is (118,3,37). Sum of RGB (Red+Green+Blue) = 118+3+37=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760325 is #89FCDA. Grayscale: #292929. Windows color (decimal): -9043163 or 2425718. OLE color: 2425718.

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

Color convert

RGB 118 3 37 -
CMYK 0 0.97 0.69 0.54
HSL 342.26º 0.95% 0.24% -
HSV(B) 342.26º 0.97% 0.46% -
XYZ 7.84 4.05 2.12 -
YUV 41.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 118 3 37 0 0.97 0.69 0.54 342.26 0.95 0.24
Hex 76 3 25 0 61 45 36 156 5F 18
Octal 166 3 45 0 141 105 66 526 137 30
Binary 1110110 11 100101 0 1100001 1000101 110110 101010110 1011111 11000

Color Harmonies of #760325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760325

Black with #760325

Text Example


Text Example

White with #760325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760325; }

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

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

background-color css

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

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

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

border-color css

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

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

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