Html Css Color HEX #760425 Burgundy

📋 copy color: '#760425'

red 118 ◦ green 4 ◦ blue 37

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

Shades of Burgundy #760425

Tints of Burgundy #760425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 74.21%
G = 2.52%
B = 23.27%

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

#760425 (or 0x760425) is known color: Burgundy. HEX triplet: 76, 04 and 25. RGB value is (118,4,37). Sum of RGB (Red+Green+Blue) = 118+4+37=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #760425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760425 is #89FBDA. Grayscale: #292929. Windows color (decimal): -9042907 or 2425974. OLE color: 2425974.

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

Color convert

RGB 118 4 37 -
CMYK 0 0.97 0.69 0.54
HSL 342.63º 0.93% 0.24% -
HSV(B) 342.63º 0.97% 0.46% -
XYZ 7.85 4.07 2.12 -
YUV 41.85 125.27 182.32 -
System Red Green Blue C M Y K H S L
Decimal 118 4 37 0 0.97 0.69 0.54 342.63 0.93 0.24
Hex 76 4 25 0 61 45 36 157 5D 18
Octal 166 4 45 0 141 105 66 527 135 30
Binary 1110110 100 100101 0 1100001 1000101 110110 101010111 1011101 11000

Color Harmonies of #760425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760425

Black with #760425

Text Example


Text Example

White with #760425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760425; }

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

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

background-color css

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

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

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

border-color css

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

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

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