Html Css Color HEX #750825 Burgundy

📋 copy color: '#750825'

red 117 ◦ green 8 ◦ blue 37

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

Shades of Burgundy #750825

Tints of Burgundy #750825

RGB

 RED value IS 117 (46.09% from 255) = 72.22%

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 72.22%
G = 4.94%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#750825 (or 0x750825) is known color: Burgundy. HEX triplet: 75, 08 and 25. RGB value is (117,8,37). Sum of RGB (Red+Green+Blue) = 117+8+37=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #750825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750825 is #8AF7DA. Grayscale: #2B2B2B. Windows color (decimal): -9107419 or 2426997. OLE color: 2426997.

HSL color Cylindrical-coordinate representation of color #750825: hue angle of 344.04º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750825 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 37 -
CMYK 0 0.93 0.68 0.54
HSL 344.04º 0.87% 0.25% -
HSV(B) 344.04º 0.93% 0.46% -
XYZ 7.76 4.09 2.13 -
YUV 43.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 117 8 37 0 0.93 0.68 0.54 344.04 0.87 0.25
Hex 75 8 25 0 5D 44 36 158 57 19
Octal 165 10 45 0 135 104 66 530 127 31
Binary 1110101 1000 100101 0 1011101 1000100 110110 101011000 1010111 11001

Color Harmonies of #750825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750825

Black with #750825

Text Example


Text Example

White with #750825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750825; }

 p { color: rgb(117,8,37); }

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

background-color css

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

 a { background-color: rgb(117,8,37); }

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

border-color css

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

 span { border-color: rgb(117,8,37); }

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