Html Css Color HEX #750A2F Burgundy

📋 copy color: '#750A2F'

red 117 ◦ green 10 ◦ blue 47

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

Shades of Burgundy #750A2F

Tints of Burgundy #750A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.75%

 BLUE value IS 47 (18.75% from 255) = 27.01%

R = 67.24%
G = 5.75%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#750A2F (or 0x750A2F) is known color: Burgundy. HEX triplet: 75, 0A and 2F. RGB value is (117,10,47). Sum of RGB (Red+Green+Blue) = 117+10+47=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750A2F is #8AF5D0. Grayscale: #2E2E2E. Windows color (decimal): -9106897 or 3082869. OLE color: 3082869.

HSL color Cylindrical-coordinate representation of color #750A2F: hue angle of 339.25º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A2F is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 10 47 -
CMYK 0 0.91 0.60 0.54
HSL 339.25º 0.84% 0.25% -
HSV(B) 339.25º 0.91% 0.46% -
XYZ 7.96 4.2 3.08 -
YUV 46.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 117 10 47 0 0.91 0.60 0.54 339.25 0.84 0.25
Hex 75 A 2F 0 5B 3C 36 153 54 19
Octal 165 12 57 0 133 74 66 523 124 31
Binary 1110101 1010 101111 0 1011011 111100 110110 101010011 1010100 11001

Color Harmonies of #750A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750A2F

Black with #750A2F

Text Example


Text Example

White with #750A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,10,47); }

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

background-color css

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

 a { background-color: rgb(117,10,47); }

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

border-color css

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

 span { border-color: rgb(117,10,47); }

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