Html Css Color HEX #690226 Burgundy

📋 copy color: '#690226'

red 105 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #690226

Tints of Burgundy #690226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 72.41%
G = 1.38%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#690226 (or 0x690226) is known color: Burgundy. HEX triplet: 69, 02 and 26. RGB value is (105,2,38). Sum of RGB (Red+Green+Blue) = 105+2+38=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #690226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690226 is #96FDD9. Grayscale: #242424. Windows color (decimal): -9895386 or 2490985. OLE color: 2490985.

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

Color convert

RGB 105 2 38 -
CMYK 0 0.98 0.64 0.59
HSL 339.03º 0.96% 0.21% -
HSV(B) 339.03º 0.98% 0.41% -
XYZ 6.2 3.19 2.12 -
YUV 36.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 105 2 38 0 0.98 0.64 0.59 339.03 0.96 0.21
Hex 69 2 26 0 62 40 3B 153 60 15
Octal 151 2 46 0 142 100 73 523 140 25
Binary 1101001 10 100110 0 1100010 1000000 111011 101010011 1100000 10101

Color Harmonies of #690226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690226

Black with #690226

Text Example


Text Example

White with #690226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690226; }

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

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

background-color css

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

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

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

border-color css

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

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

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