Html Css Color HEX #750827 Burgundy

📋 copy color: '#750827'

red 117 ◦ green 8 ◦ blue 39

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

Shades of Burgundy #750827

Tints of Burgundy #750827

RGB

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

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

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

R = 71.34%
G = 4.88%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#750827 (or 0x750827) is known color: Burgundy. HEX triplet: 75, 08 and 27. RGB value is (117,8,39). Sum of RGB (Red+Green+Blue) = 117+8+39=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #750827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750827 is #8AF7D8. Grayscale: #2C2C2C. Windows color (decimal): -9107417 or 2558069. OLE color: 2558069.

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

Color convert

RGB 117 8 39 -
CMYK 0 0.93 0.67 0.54
HSL 342.94º 0.87% 0.25% -
HSV(B) 342.94º 0.93% 0.46% -
XYZ 7.79 4.1 2.3 -
YUV 44.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 117 8 39 0 0.93 0.67 0.54 342.94 0.87 0.25
Hex 75 8 27 0 5D 43 36 157 57 19
Octal 165 10 47 0 135 103 66 527 127 31
Binary 1110101 1000 100111 0 1011101 1000011 110110 101010111 1010111 11001

Color Harmonies of #750827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750827

Black with #750827

Text Example


Text Example

White with #750827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750827; }

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

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

background-color css

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

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

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

border-color css

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

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

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