Html Css Color HEX #750C28 Burgundy

📋 copy color: '#750C28'

red 117 ◦ green 12 ◦ blue 40

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

Shades of Burgundy #750C28

Tints of Burgundy #750C28

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.1%

 BLUE value IS 40 (16.02% from 255) = 23.67%

R = 69.23%
G = 7.1%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#750C28 (or 0x750C28) is known color: Burgundy. HEX triplet: 75, 0C and 28. RGB value is (117,12,40). Sum of RGB (Red+Green+Blue) = 117+12+40=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #750C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C28 is #8AF3D7. Grayscale: #2E2E2E. Windows color (decimal): -9106392 or 2624629. OLE color: 2624629.

HSL color Cylindrical-coordinate representation of color #750C28: hue angle of 344º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C28 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 40 -
CMYK 0 0.90 0.66 0.54
HSL 344º 0.81% 0.25% -
HSV(B) 344º 0.9% 0.46% -
XYZ 7.85 4.2 2.4 -
YUV 46.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 117 12 40 0 0.90 0.66 0.54 344 0.81 0.25
Hex 75 C 28 0 5A 42 36 158 51 19
Octal 165 14 50 0 132 102 66 530 121 31
Binary 1110101 1100 101000 0 1011010 1000010 110110 101011000 1010001 11001

Color Harmonies of #750C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C28

Black with #750C28

Text Example


Text Example

White with #750C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750C28; }

 p { color: rgb(117,12,40); }

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

background-color css

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

 a { background-color: rgb(117,12,40); }

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

border-color css

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

 span { border-color: rgb(117,12,40); }

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