Html Css Color HEX #75002C Burgundy

📋 copy color: '#75002C'

red 117 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #75002C

Tints of Burgundy #75002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.33%

R = 72.67%
G = 0%
B = 27.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75002C (or 0x75002C) is known color: Burgundy. HEX triplet: 75, 00 and 2C. RGB value is (117,0,44). Sum of RGB (Red+Green+Blue) = 117+0+44=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #75002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75002C is #8AFFD3. Grayscale: #272727. Windows color (decimal): -9109460 or 2883701. OLE color: 2883701.

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

Color convert

RGB 117 0 44 -
CMYK 0 1 0.62 0.54
HSL 337.44º 1% 0.23% -
HSV(B) 337.44º 1% 0.46% -
XYZ 7.79 3.96 2.74 -
YUV 40 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 117 0 44 0 1 0.62 0.54 337.44 1 0.23
Hex 75 0 2C 0 64 3E 36 151 64 17
Octal 165 0 54 0 144 76 66 521 144 27
Binary 1110101 0 101100 0 1100100 111110 110110 101010001 1100100 10111

Color Harmonies of #75002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75002C

Black with #75002C

Text Example


Text Example

White with #75002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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