Html Css Color HEX #690022 Burgundy

📋 copy color: '#690022'

red 105 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #690022

Tints of Burgundy #690022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 75.54%
G = 0%
B = 24.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#690022 (or 0x690022) is known color: Burgundy. HEX triplet: 69, 00 and 22. RGB value is (105,0,34). Sum of RGB (Red+Green+Blue) = 105+0+34=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #690022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690022 is #96FFDD. Grayscale: #232323. Windows color (decimal): -9895902 or 2228329. OLE color: 2228329.

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

Color convert

RGB 105 0 34 -
CMYK 0 1 0.68 0.59
HSL 340.57º 1% 0.21% -
HSV(B) 340.57º 1% 0.41% -
XYZ 6.11 3.12 1.79 -
YUV 35.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 105 0 34 0 1 0.68 0.59 340.57 1 0.21
Hex 69 0 22 0 64 44 3B 155 64 15
Octal 151 0 42 0 144 104 73 525 144 25
Binary 1101001 0 100010 0 1100100 1000100 111011 101010101 1100100 10101

Color Harmonies of #690022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690022

Black with #690022

Text Example


Text Example

White with #690022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690022; }

 p { color: rgb(105,0,34); }

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

background-color css

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

 a { background-color: rgb(105,0,34); }

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

border-color css

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

 span { border-color: rgb(105,0,34); }

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