Html Css Color HEX #690524 Burgundy

📋 copy color: '#690524'

red 105 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #690524

Tints of Burgundy #690524

RGB

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

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

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

R = 71.92%
G = 3.42%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#690524 (or 0x690524) is known color: Burgundy. HEX triplet: 69, 05 and 24. RGB value is (105,5,36). Sum of RGB (Red+Green+Blue) = 105+5+36=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #690524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690524 is #96FADB. Grayscale: #262626. Windows color (decimal): -9894620 or 2360681. OLE color: 2360681.

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

Color convert

RGB 105 5 36 -
CMYK 0 0.95 0.66 0.59
HSL 341.4º 0.91% 0.22% -
HSV(B) 341.4º 0.95% 0.41% -
XYZ 6.2 3.24 1.97 -
YUV 38.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 105 5 36 0 0.95 0.66 0.59 341.4 0.91 0.22
Hex 69 5 24 0 5F 42 3B 155 5B 16
Octal 151 5 44 0 137 102 73 525 133 26
Binary 1101001 101 100100 0 1011111 1000010 111011 101010101 1011011 10110

Color Harmonies of #690524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690524

Black with #690524

Text Example


Text Example

White with #690524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690524; }

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

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

background-color css

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

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

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

border-color css

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

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

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