Html Css Color HEX #690526 Burgundy

📋 copy color: '#690526'

red 105 ◦ green 5 ◦ blue 38

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

Shades of Burgundy #690526

Tints of Burgundy #690526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

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

R = 70.95%
G = 3.38%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#690526 (or 0x690526) is known color: Burgundy. HEX triplet: 69, 05 and 26. RGB value is (105,5,38). Sum of RGB (Red+Green+Blue) = 105+5+38=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690526 is #96FAD9. Grayscale: #262626. Windows color (decimal): -9894618 or 2491753. OLE color: 2491753.

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

Color convert

RGB 105 5 38 -
CMYK 0 0.95 0.64 0.59
HSL 340.2º 0.91% 0.22% -
HSV(B) 340.2º 0.95% 0.41% -
XYZ 6.23 3.25 2.13 -
YUV 38.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 105 5 38 0 0.95 0.64 0.59 340.2 0.91 0.22
Hex 69 5 26 0 5F 40 3B 154 5B 16
Octal 151 5 46 0 137 100 73 524 133 26
Binary 1101001 101 100110 0 1011111 1000000 111011 101010100 1011011 10110

Color Harmonies of #690526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690526

Black with #690526

Text Example


Text Example

White with #690526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690526; }

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

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

background-color css

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

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

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

border-color css

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

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

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