Html Css Color HEX #75002D Burgundy

📋 copy color: '#75002D'

red 117 ◦ green 0 ◦ blue 45

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

Shades of Burgundy #75002D

Tints of Burgundy #75002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 72.22%
G = 0%
B = 27.78%

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

#75002D (or 0x75002D) is known color: Burgundy. HEX triplet: 75, 00 and 2D. RGB value is (117,0,45). Sum of RGB (Red+Green+Blue) = 117+0+45=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75002D is #8AFFD2. Grayscale: #282828. Windows color (decimal): -9109459 or 2949237. OLE color: 2949237.

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

Color convert

RGB 117 0 45 -
CMYK 0 1 0.62 0.54
HSL 336.92º 1% 0.23% -
HSV(B) 336.92º 1% 0.46% -
XYZ 7.81 3.97 2.84 -
YUV 40.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 117 0 45 0 1 0.62 0.54 336.92 1 0.23
Hex 75 0 2D 0 64 3E 36 151 64 17
Octal 165 0 55 0 144 76 66 521 144 27
Binary 1110101 0 101101 0 1100100 111110 110110 101010001 1100100 10111

Color Harmonies of #75002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75002D

Black with #75002D

Text Example


Text Example

White with #75002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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