Html Css Color HEX #75062E Burgundy

📋 copy color: '#75062E'

red 117 ◦ green 6 ◦ blue 46

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

Shades of Burgundy #75062E

Tints of Burgundy #75062E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.22%

R = 69.23%
G = 3.55%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75062E (or 0x75062E) is known color: Burgundy. HEX triplet: 75, 06 and 2E. RGB value is (117,6,46). Sum of RGB (Red+Green+Blue) = 117+6+46=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75062E is #8AF9D1. Grayscale: #2B2B2B. Windows color (decimal): -9107922 or 3016309. OLE color: 3016309.

HSL color Cylindrical-coordinate representation of color #75062E: hue angle of 338.38º 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 #75062E is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 46 -
CMYK 0 0.95 0.61 0.54
HSL 338.38º 0.9% 0.24% -
HSV(B) 338.38º 0.95% 0.46% -
XYZ 7.89 4.11 2.96 -
YUV 43.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 117 6 46 0 0.95 0.61 0.54 338.38 0.9 0.24
Hex 75 6 2E 0 5F 3D 36 152 5A 18
Octal 165 6 56 0 137 75 66 522 132 30
Binary 1110101 110 101110 0 1011111 111101 110110 101010010 1011010 11000

Color Harmonies of #75062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75062E

Black with #75062E

Text Example


Text Example

White with #75062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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