Html Css Color HEX #690222 Burgundy

📋 copy color: '#690222'

red 105 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #690222

Tints of Burgundy #690222

RGB

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

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

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

R = 74.47%
G = 1.42%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#690222 (or 0x690222) is known color: Burgundy. HEX triplet: 69, 02 and 22. RGB value is (105,2,34). Sum of RGB (Red+Green+Blue) = 105+2+34=141 (18% of max value = 765). Red value is 105 (41.41% from 255 or 74.47% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 105 - color contains mainly: red. Hex color #690222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690222 is #96FDDD. Grayscale: #242424. Windows color (decimal): -9895390 or 2228841. OLE color: 2228841.

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

Color convert

RGB 105 2 34 -
CMYK 0 0.98 0.68 0.59
HSL 341.36º 0.96% 0.21% -
HSV(B) 341.36º 0.98% 0.41% -
XYZ 6.14 3.16 1.8 -
YUV 36.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 105 2 34 0 0.98 0.68 0.59 341.36 0.96 0.21
Hex 69 2 22 0 62 44 3B 155 60 15
Octal 151 2 42 0 142 104 73 525 140 25
Binary 1101001 10 100010 0 1100010 1000100 111011 101010101 1100000 10101

Color Harmonies of #690222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690222

Black with #690222

Text Example


Text Example

White with #690222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690222; }

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

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

background-color css

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

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

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

border-color css

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

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

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