Html Css Color HEX #75001C Burgundy

📋 copy color: '#75001C'

red 117 ◦ green 0 ◦ blue 28

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

Shades of Burgundy #75001C

Tints of Burgundy #75001C

RGB

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

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

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

R = 80.69%
G = 0%
B = 19.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75001C (or 0x75001C) is known color: Burgundy. HEX triplet: 75, 00 and 1C. RGB value is (117,0,28). Sum of RGB (Red+Green+Blue) = 117+0+28=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #75001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75001C is #8AFFE3. Grayscale: #262626. Windows color (decimal): -9109476 or 1835125. OLE color: 1835125.

HSL color Cylindrical-coordinate representation of color #75001C: hue angle of 345.64º 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 #75001C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 28 -
CMYK 0 1 0.76 0.54
HSL 345.64º 1% 0.23% -
HSV(B) 345.64º 1% 0.46% -
XYZ 7.55 3.87 1.45 -
YUV 38.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 117 0 28 0 1 0.76 0.54 345.64 1 0.23
Hex 75 0 1C 0 64 4C 36 15A 64 17
Octal 165 0 34 0 144 114 66 532 144 27
Binary 1110101 0 11100 0 1100100 1001100 110110 101011010 1100100 10111

Color Harmonies of #75001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75001C

Black with #75001C

Text Example


Text Example

White with #75001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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