Html Css Color HEX #75052D Burgundy

📋 copy color: '#75052D'

red 117 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #75052D

Tints of Burgundy #75052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 70.06%
G = 2.99%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75052D (or 0x75052D) is known color: Burgundy. HEX triplet: 75, 05 and 2D. RGB value is (117,5,45). Sum of RGB (Red+Green+Blue) = 117+5+45=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75052D is #8AFAD2. Grayscale: #2B2B2B. Windows color (decimal): -9108179 or 2950517. OLE color: 2950517.

HSL color Cylindrical-coordinate representation of color #75052D: hue angle of 338.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75052D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 45 -
CMYK 0 0.96 0.62 0.54
HSL 338.57º 0.92% 0.24% -
HSV(B) 338.57º 0.96% 0.46% -
XYZ 7.86 4.08 2.86 -
YUV 43.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 117 5 45 0 0.96 0.62 0.54 338.57 0.92 0.24
Hex 75 5 2D 0 60 3E 36 153 5C 18
Octal 165 5 55 0 140 76 66 523 134 30
Binary 1110101 101 101101 0 1100000 111110 110110 101010011 1011100 11000

Color Harmonies of #75052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75052D

Black with #75052D

Text Example


Text Example

White with #75052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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