Html Css Color HEX #75040C Burgundy

📋 copy color: '#75040C'

red 117 ◦ green 4 ◦ blue 12

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

Shades of Burgundy #75040C

Tints of Burgundy #75040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 87.97%
G = 3.01%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75040C (or 0x75040C) is known color: Burgundy. HEX triplet: 75, 04 and 0C. RGB value is (117,4,12). Sum of RGB (Red+Green+Blue) = 117+4+12=133 (17% of max value = 765). Red value is 117 (46.09% from 255 or 87.97% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 117 - color contains mainly: red. Hex color #75040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75040C is #8AFBF3. Grayscale: #262626. Windows color (decimal): -9108468 or 787573. OLE color: 787573.

HSL color Cylindrical-coordinate representation of color #75040C: hue angle of 355.75º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75040C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 12 -
CMYK 0 0.97 0.90 0.54
HSL 355.75º 0.93% 0.24% -
HSV(B) 355.75º 0.97% 0.46% -
XYZ 7.45 3.9 0.71 -
YUV 38.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 117 4 12 0 0.97 0.90 0.54 355.75 0.93 0.24
Hex 75 4 C 0 61 5A 36 164 5D 18
Octal 165 4 14 0 141 132 66 544 135 30
Binary 1110101 100 1100 0 1100001 1011010 110110 101100100 1011101 11000

Color Harmonies of #75040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75040C

Black with #75040C

Text Example


Text Example

White with #75040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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