Html Css Color HEX #75002A Burgundy

📋 copy color: '#75002A'

red 117 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #75002A

Tints of Burgundy #75002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.42%

R = 73.58%
G = 0%
B = 26.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#75002A (or 0x75002A) is known color: Burgundy. HEX triplet: 75, 00 and 2A. RGB value is (117,0,42). Sum of RGB (Red+Green+Blue) = 117+0+42=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #75002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75002A is #8AFFD5. Grayscale: #272727. Windows color (decimal): -9109462 or 2752629. OLE color: 2752629.

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

Color convert

RGB 117 0 42 -
CMYK 0 1 0.64 0.54
HSL 338.46º 1% 0.23% -
HSV(B) 338.46º 1% 0.46% -
XYZ 7.75 3.95 2.54 -
YUV 39.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 117 0 42 0 1 0.64 0.54 338.46 1 0.23
Hex 75 0 2A 0 64 40 36 152 64 17
Octal 165 0 52 0 144 100 66 522 144 27
Binary 1110101 0 101010 0 1100100 1000000 110110 101010010 1100100 10111

Color Harmonies of #75002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75002A

Black with #75002A

Text Example


Text Example

White with #75002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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