Html Css Color HEX #690410 Burgundy

📋 copy color: '#690410'

red 105 ◦ green 4 ◦ blue 16

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

Shades of Burgundy #690410

Tints of Burgundy #690410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.8%

R = 84%
G = 3.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#690410 (or 0x690410) is known color: Burgundy. HEX triplet: 69, 04 and 10. RGB value is (105,4,16). Sum of RGB (Red+Green+Blue) = 105+4+16=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #690410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690410 is #96FBEF. Grayscale: #232323. Windows color (decimal): -9894896 or 1049705. OLE color: 1049705.

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

Color convert

RGB 105 4 16 -
CMYK 0 0.96 0.85 0.59
HSL 352.87º 0.93% 0.21% -
HSV(B) 352.87º 0.96% 0.41% -
XYZ 5.96 3.13 0.78 -
YUV 35.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 105 4 16 0 0.96 0.85 0.59 352.87 0.93 0.21
Hex 69 4 10 0 60 55 3B 161 5D 15
Octal 151 4 20 0 140 125 73 541 135 25
Binary 1101001 100 10000 0 1100000 1010101 111011 101100001 1011101 10101

Color Harmonies of #690410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690410

Black with #690410

Text Example


Text Example

White with #690410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690410; }

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

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

background-color css

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

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

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

border-color css

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

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

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