Html Css Color HEX #75001A Burgundy

📋 copy color: '#75001A'

red 117 ◦ green 0 ◦ blue 26

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

Shades of Burgundy #75001A

Tints of Burgundy #75001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 81.82%
G = 0%
B = 18.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75001A (or 0x75001A) is known color: Burgundy. HEX triplet: 75, 00 and 1A. RGB value is (117,0,26). Sum of RGB (Red+Green+Blue) = 117+0+26=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #75001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75001A is #8AFFE5. Grayscale: #252525. Windows color (decimal): -9109478 or 1704053. OLE color: 1704053.

HSL color Cylindrical-coordinate representation of color #75001A: hue angle of 346.67º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75001A is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 26 -
CMYK 0 1 0.78 0.54
HSL 346.67º 1% 0.23% -
HSV(B) 346.67º 1% 0.46% -
XYZ 7.52 3.86 1.33 -
YUV 37.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 117 0 26 0 1 0.78 0.54 346.67 1 0.23
Hex 75 0 1A 0 64 4E 36 15B 64 17
Octal 165 0 32 0 144 116 66 533 144 27
Binary 1110101 0 11010 0 1100100 1001110 110110 101011011 1100100 10111

Color Harmonies of #75001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75001A

Black with #75001A

Text Example


Text Example

White with #75001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75001A; }

 p { color: rgb(117,0,26); }

 H1.HeaderClassName
 {
   color: #75001A;
 }
 .AnyTagClassName
 {
   color: #75001A;
 }
</style>

background-color css

<style>
 a { background-color: #75001A; }

 a { background-color: rgb(117,0,26); }

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

border-color css

<style>
 span { border-color: #75001A; }

 span { border-color: rgb(117,0,26); }

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