Html Css Color HEX #690724 Burgundy

📋 copy color: '#690724'

red 105 ◦ green 7 ◦ blue 36

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

Shades of Burgundy #690724

Tints of Burgundy #690724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.32%

R = 70.95%
G = 4.73%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#690724 (or 0x690724) is known color: Burgundy. HEX triplet: 69, 07 and 24. RGB value is (105,7,36). Sum of RGB (Red+Green+Blue) = 105+7+36=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690724 is #96F8DB. Grayscale: #272727. Windows color (decimal): -9894108 or 2361193. OLE color: 2361193.

HSL color Cylindrical-coordinate representation of color #690724: hue angle of 342.24º 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 #690724 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 7 36 -
CMYK 0 0.93 0.66 0.59
HSL 342.24º 0.88% 0.22% -
HSV(B) 342.24º 0.93% 0.41% -
XYZ 6.22 3.28 1.97 -
YUV 39.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 105 7 36 0 0.93 0.66 0.59 342.24 0.88 0.22
Hex 69 7 24 0 5D 42 3B 156 58 16
Octal 151 7 44 0 135 102 73 526 130 26
Binary 1101001 111 100100 0 1011101 1000010 111011 101010110 1011000 10110

Color Harmonies of #690724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690724

Black with #690724

Text Example


Text Example

White with #690724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690724; }

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

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

background-color css

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

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

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

border-color css

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

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

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