Html Css Color HEX #75051B Burgundy

📋 copy color: '#75051B'

red 117 ◦ green 5 ◦ blue 27

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

Shades of Burgundy #75051B

Tints of Burgundy #75051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.12%

R = 78.52%
G = 3.36%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75051B (or 0x75051B) is known color: Burgundy. HEX triplet: 75, 05 and 1B. RGB value is (117,5,27). Sum of RGB (Red+Green+Blue) = 117+5+27=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #75051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75051B is #8AFAE4. Grayscale: #292929. Windows color (decimal): -9108197 or 1770869. OLE color: 1770869.

HSL color Cylindrical-coordinate representation of color #75051B: hue angle of 348.21º 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 #75051B is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 27 -
CMYK 0 0.96 0.77 0.54
HSL 348.21º 0.92% 0.24% -
HSV(B) 348.21º 0.96% 0.46% -
XYZ 7.59 3.97 1.4 -
YUV 41 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 117 5 27 0 0.96 0.77 0.54 348.21 0.92 0.24
Hex 75 5 1B 0 60 4D 36 15C 5C 18
Octal 165 5 33 0 140 115 66 534 134 30
Binary 1110101 101 11011 0 1100000 1001101 110110 101011100 1011100 11000

Color Harmonies of #75051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75051B

Black with #75051B

Text Example


Text Example

White with #75051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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