Html Css Color HEX #75022D Burgundy

📋 copy color: '#75022D'

red 117 ◦ green 2 ◦ blue 45

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

Shades of Burgundy #75022D

Tints of Burgundy #75022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.22%

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

R = 71.34%
G = 1.22%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75022D (or 0x75022D) is known color: Burgundy. HEX triplet: 75, 02 and 2D. RGB value is (117,2,45). Sum of RGB (Red+Green+Blue) = 117+2+45=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75022D is #8AFDD2. Grayscale: #292929. Windows color (decimal): -9108947 or 2949749. OLE color: 2949749.

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

Color convert

RGB 117 2 45 -
CMYK 0 0.98 0.62 0.54
HSL 337.57º 0.97% 0.23% -
HSV(B) 337.57º 0.98% 0.46% -
XYZ 7.83 4.01 2.84 -
YUV 41.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 117 2 45 0 0.98 0.62 0.54 337.57 0.97 0.23
Hex 75 2 2D 0 62 3E 36 152 61 17
Octal 165 2 55 0 142 76 66 522 141 27
Binary 1110101 10 101101 0 1100010 111110 110110 101010010 1100001 10111

Color Harmonies of #75022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75022D

Black with #75022D

Text Example


Text Example

White with #75022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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