Html Css Color HEX #690417 Burgundy

📋 copy color: '#690417'

red 105 ◦ green 4 ◦ blue 23

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

Shades of Burgundy #690417

Tints of Burgundy #690417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 23 (9.38% from 255) = 17.42%

R = 79.55%
G = 3.03%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#690417 (or 0x690417) is known color: Burgundy. HEX triplet: 69, 04 and 17. RGB value is (105,4,23). Sum of RGB (Red+Green+Blue) = 105+4+23=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690417 is #96FBE8. Grayscale: #242424. Windows color (decimal): -9894889 or 1508457. OLE color: 1508457.

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

Color convert

RGB 105 4 23 -
CMYK 0 0.96 0.78 0.59
HSL 348.71º 0.93% 0.21% -
HSV(B) 348.71º 0.96% 0.41% -
XYZ 6.02 3.15 1.1 -
YUV 36.37 120.46 176.96 -
System Red Green Blue C M Y K H S L
Decimal 105 4 23 0 0.96 0.78 0.59 348.71 0.93 0.21
Hex 69 4 17 0 60 4E 3B 15D 5D 15
Octal 151 4 27 0 140 116 73 535 135 25
Binary 1101001 100 10111 0 1100000 1001110 111011 101011101 1011101 10101

Color Harmonies of #690417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690417

Black with #690417

Text Example


Text Example

White with #690417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690417; }

 p { color: rgb(105,4,23); }

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

background-color css

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

 a { background-color: rgb(105,4,23); }

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

border-color css

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

 span { border-color: rgb(105,4,23); }

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