Html Css Color HEX #750625 Burgundy

📋 copy color: '#750625'

red 117 ◦ green 6 ◦ blue 37

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

Shades of Burgundy #750625

Tints of Burgundy #750625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 73.13%
G = 3.75%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#750625 (or 0x750625) is known color: Burgundy. HEX triplet: 75, 06 and 25. RGB value is (117,6,37). Sum of RGB (Red+Green+Blue) = 117+6+37=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750625 is #8AF9DA. Grayscale: #2A2A2A. Windows color (decimal): -9107931 or 2426485. OLE color: 2426485.

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

Color convert

RGB 117 6 37 -
CMYK 0 0.95 0.68 0.54
HSL 343.24º 0.9% 0.24% -
HSV(B) 343.24º 0.95% 0.46% -
XYZ 7.74 4.05 2.12 -
YUV 42.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 117 6 37 0 0.95 0.68 0.54 343.24 0.9 0.24
Hex 75 6 25 0 5F 44 36 157 5A 18
Octal 165 6 45 0 137 104 66 527 132 30
Binary 1110101 110 100101 0 1011111 1000100 110110 101010111 1011010 11000

Color Harmonies of #750625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750625

Black with #750625

Text Example


Text Example

White with #750625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750625; }

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

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

background-color css

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

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

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

border-color css

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

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

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