Html Css Color HEX #690218 Burgundy

📋 copy color: '#690218'

red 105 ◦ green 2 ◦ blue 24

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

Shades of Burgundy #690218

Tints of Burgundy #690218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 80.15%
G = 1.53%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#690218 (or 0x690218) is known color: Burgundy. HEX triplet: 69, 02 and 18. RGB value is (105,2,24). Sum of RGB (Red+Green+Blue) = 105+2+24=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #690218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690218 is #96FDE7. Grayscale: #232323. Windows color (decimal): -9895400 or 1573481. OLE color: 1573481.

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

Color convert

RGB 105 2 24 -
CMYK 0 0.98 0.77 0.59
HSL 347.18º 0.96% 0.21% -
HSV(B) 347.18º 0.98% 0.41% -
XYZ 6.01 3.11 1.15 -
YUV 35.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 105 2 24 0 0.98 0.77 0.59 347.18 0.96 0.21
Hex 69 2 18 0 62 4D 3B 15B 60 15
Octal 151 2 30 0 142 115 73 533 140 25
Binary 1101001 10 11000 0 1100010 1001101 111011 101011011 1100000 10101

Color Harmonies of #690218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690218

Black with #690218

Text Example


Text Example

White with #690218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690218; }

 p { color: rgb(105,2,24); }

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

background-color css

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

 a { background-color: rgb(105,2,24); }

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

border-color css

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

 span { border-color: rgb(105,2,24); }

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