Html Css Color HEX #75051C Burgundy

📋 copy color: '#75051C'

red 117 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #75051C

Tints of Burgundy #75051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 78%
G = 3.33%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75051C (or 0x75051C) is known color: Burgundy. HEX triplet: 75, 05 and 1C. RGB value is (117,5,28). Sum of RGB (Red+Green+Blue) = 117+5+28=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #75051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75051C is #8AFAE3. Grayscale: #292929. Windows color (decimal): -9108196 or 1836405. OLE color: 1836405.

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

Color convert

RGB 117 5 28 -
CMYK 0 0.96 0.76 0.54
HSL 347.68º 0.92% 0.24% -
HSV(B) 347.68º 0.96% 0.46% -
XYZ 7.6 3.97 1.47 -
YUV 41.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 117 5 28 0 0.96 0.76 0.54 347.68 0.92 0.24
Hex 75 5 1C 0 60 4C 36 15C 5C 18
Octal 165 5 34 0 140 114 66 534 134 30
Binary 1110101 101 11100 0 1100000 1001100 110110 101011100 1011100 11000

Color Harmonies of #75051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75051C

Black with #75051C

Text Example


Text Example

White with #75051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,5,28); }

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

background-color css

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

 a { background-color: rgb(117,5,28); }

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

border-color css

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

 span { border-color: rgb(117,5,28); }

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