Html Css Color HEX #690413 Burgundy

📋 copy color: '#690413'

red 105 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #690413

Tints of Burgundy #690413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 82.03%
G = 3.13%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#690413 (or 0x690413) is known color: Burgundy. HEX triplet: 69, 04 and 13. RGB value is (105,4,19). Sum of RGB (Red+Green+Blue) = 105+4+19=128 (16% of max value = 765). Red value is 105 (41.41% from 255 or 82.03% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 105 - color contains mainly: red. Hex color #690413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690413 is #96FBEC. Grayscale: #232323. Windows color (decimal): -9894893 or 1246313. OLE color: 1246313.

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

Color convert

RGB 105 4 19 -
CMYK 0 0.96 0.82 0.59
HSL 351.09º 0.93% 0.21% -
HSV(B) 351.09º 0.96% 0.41% -
XYZ 5.99 3.14 0.91 -
YUV 35.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 105 4 19 0 0.96 0.82 0.59 351.09 0.93 0.21
Hex 69 4 13 0 60 52 3B 15F 5D 15
Octal 151 4 23 0 140 122 73 537 135 25
Binary 1101001 100 10011 0 1100000 1010010 111011 101011111 1011101 10101

Color Harmonies of #690413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690413

Black with #690413

Text Example


Text Example

White with #690413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690413; }

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

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

background-color css

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

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

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

border-color css

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

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

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