Html Css Color HEX #690627 Burgundy

📋 copy color: '#690627'

red 105 ◦ green 6 ◦ blue 39

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

Shades of Burgundy #690627

Tints of Burgundy #690627

RGB

 RED value IS 105 (41.41% from 255) = 70%

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

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

R = 70%
G = 4%
B = 26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#690627 (or 0x690627) is known color: Burgundy. HEX triplet: 69, 06 and 27. RGB value is (105,6,39). Sum of RGB (Red+Green+Blue) = 105+6+39=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #690627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690627 is #96F9D8. Grayscale: #272727. Windows color (decimal): -9894361 or 2557545. OLE color: 2557545.

HSL color Cylindrical-coordinate representation of color #690627: hue angle of 340º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690627 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 39 -
CMYK 0 0.94 0.63 0.59
HSL 340º 0.89% 0.22% -
HSV(B) 340º 0.94% 0.41% -
XYZ 6.26 3.28 2.22 -
YUV 39.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 105 6 39 0 0.94 0.63 0.59 340 0.89 0.22
Hex 69 6 27 0 5E 3F 3B 154 59 16
Octal 151 6 47 0 136 77 73 524 131 26
Binary 1101001 110 100111 0 1011110 111111 111011 101010100 1011001 10110

Color Harmonies of #690627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690627

Black with #690627

Text Example


Text Example

White with #690627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690627; }

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

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

background-color css

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

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

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

border-color css

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

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

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