Html Css Color HEX #75062D Burgundy

📋 copy color: '#75062D'

red 117 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #75062D

Tints of Burgundy #75062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

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

R = 69.64%
G = 3.57%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75062D (or 0x75062D) is known color: Burgundy. HEX triplet: 75, 06 and 2D. RGB value is (117,6,45). Sum of RGB (Red+Green+Blue) = 117+6+45=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75062D is #8AF9D2. Grayscale: #2B2B2B. Windows color (decimal): -9107923 or 2950773. OLE color: 2950773.

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

Color convert

RGB 117 6 45 -
CMYK 0 0.95 0.62 0.54
HSL 338.92º 0.9% 0.24% -
HSV(B) 338.92º 0.95% 0.46% -
XYZ 7.87 4.1 2.86 -
YUV 43.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 117 6 45 0 0.95 0.62 0.54 338.92 0.9 0.24
Hex 75 6 2D 0 5F 3E 36 153 5A 18
Octal 165 6 55 0 137 76 66 523 132 30
Binary 1110101 110 101101 0 1011111 111110 110110 101010011 1011010 11000

Color Harmonies of #75062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75062D

Black with #75062D

Text Example


Text Example

White with #75062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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