Html Css Color HEX #690726 Burgundy

📋 copy color: '#690726'

red 105 ◦ green 7 ◦ blue 38

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

Shades of Burgundy #690726

Tints of Burgundy #690726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.67%

 BLUE value IS 38 (15.23% from 255) = 25.33%

R = 70%
G = 4.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#690726 (or 0x690726) is known color: Burgundy. HEX triplet: 69, 07 and 26. RGB value is (105,7,38). Sum of RGB (Red+Green+Blue) = 105+7+38=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #690726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690726 is #96F8D9. Grayscale: #272727. Windows color (decimal): -9894106 or 2492265. OLE color: 2492265.

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

Color convert

RGB 105 7 38 -
CMYK 0 0.93 0.64 0.59
HSL 341.02º 0.88% 0.22% -
HSV(B) 341.02º 0.93% 0.41% -
XYZ 6.25 3.3 2.14 -
YUV 39.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 105 7 38 0 0.93 0.64 0.59 341.02 0.88 0.22
Hex 69 7 26 0 5D 40 3B 155 58 16
Octal 151 7 46 0 135 100 73 525 130 26
Binary 1101001 111 100110 0 1011101 1000000 111011 101010101 1011000 10110

Color Harmonies of #690726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690726

Black with #690726

Text Example


Text Example

White with #690726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690726; }

 p { color: rgb(105,7,38); }

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

background-color css

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

 a { background-color: rgb(105,7,38); }

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

border-color css

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

 span { border-color: rgb(105,7,38); }

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