Html Css Color HEX #750623 Burgundy

📋 copy color: '#750623'

red 117 ◦ green 6 ◦ blue 35

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

Shades of Burgundy #750623

Tints of Burgundy #750623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.15%

R = 74.05%
G = 3.8%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#750623 (or 0x750623) is known color: Burgundy. HEX triplet: 75, 06 and 23. RGB value is (117,6,35). Sum of RGB (Red+Green+Blue) = 117+6+35=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750623 is #8AF9DC. Grayscale: #2A2A2A. Windows color (decimal): -9107933 or 2295413. OLE color: 2295413.

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

Color convert

RGB 117 6 35 -
CMYK 0 0.95 0.70 0.54
HSL 344.32º 0.9% 0.24% -
HSV(B) 344.32º 0.95% 0.46% -
XYZ 7.7 4.03 1.96 -
YUV 42.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 117 6 35 0 0.95 0.70 0.54 344.32 0.9 0.24
Hex 75 6 23 0 5F 46 36 158 5A 18
Octal 165 6 43 0 137 106 66 530 132 30
Binary 1110101 110 100011 0 1011111 1000110 110110 101011000 1011010 11000

Color Harmonies of #750623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750623

Black with #750623

Text Example


Text Example

White with #750623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750623; }

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

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

background-color css

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

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

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

border-color css

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

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

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