Html Css Color HEX #770427 Burgundy

📋 copy color: '#770427'

red 119 ◦ green 4 ◦ blue 39

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

Shades of Burgundy #770427

Tints of Burgundy #770427

RGB

 RED value IS 119 (46.88% from 255) = 73.46%

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 73.46%
G = 2.47%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#770427 (or 0x770427) is known color: Burgundy. HEX triplet: 77, 04 and 27. RGB value is (119,4,39). Sum of RGB (Red+Green+Blue) = 119+4+39=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770427 is #88FBD8. Grayscale: #2A2A2A. Windows color (decimal): -8977369 or 2557047. OLE color: 2557047.

HSL color Cylindrical-coordinate representation of color #770427: hue angle of 341.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #770427 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 4 39 -
CMYK 0 0.97 0.67 0.53
HSL 341.74º 0.93% 0.24% -
HSV(B) 341.74º 0.97% 0.47% -
XYZ 8.02 4.16 2.3 -
YUV 42.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 119 4 39 0 0.97 0.67 0.53 341.74 0.93 0.24
Hex 77 4 27 0 61 43 35 156 5D 18
Octal 167 4 47 0 141 103 65 526 135 30
Binary 1110111 100 100111 0 1100001 1000011 110101 101010110 1011101 11000

Color Harmonies of #770427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770427

Black with #770427

Text Example


Text Example

White with #770427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770427; }

 p { color: rgb(119,4,39); }

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

background-color css

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

 a { background-color: rgb(119,4,39); }

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

border-color css

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

 span { border-color: rgb(119,4,39); }

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