Html Css Color HEX #740627 Burgundy

📋 copy color: '#740627'

red 116 ◦ green 6 ◦ blue 39

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

Shades of Burgundy #740627

Tints of Burgundy #740627

RGB

 RED value IS 116 (45.7% from 255) = 72.05%

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

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 72.05%
G = 3.73%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#740627 (or 0x740627) is known color: Burgundy. HEX triplet: 74, 06 and 27. RGB value is (116,6,39). Sum of RGB (Red+Green+Blue) = 116+6+39=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #740627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740627 is #8BF9D8. Grayscale: #2A2A2A. Windows color (decimal): -9173465 or 2557556. OLE color: 2557556.

HSL color Cylindrical-coordinate representation of color #740627: hue angle of 342º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740627 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 6 39 -
CMYK 0 0.95 0.66 0.55
HSL 342º 0.9% 0.24% -
HSV(B) 342º 0.95% 0.45% -
XYZ 7.63 3.99 2.29 -
YUV 42.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 116 6 39 0 0.95 0.66 0.55 342 0.9 0.24
Hex 74 6 27 0 5F 42 37 156 5A 18
Octal 164 6 47 0 137 102 67 526 132 30
Binary 1110100 110 100111 0 1011111 1000010 110111 101010110 1011010 11000

Color Harmonies of #740627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740627

Black with #740627

Text Example


Text Example

White with #740627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740627; }

 p { color: rgb(116,6,39); }

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

background-color css

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

 a { background-color: rgb(116,6,39); }

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

border-color css

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

 span { border-color: rgb(116,6,39); }

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