Html Css Color HEX #690522 Burgundy

📋 copy color: '#690522'

red 105 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #690522

Tints of Burgundy #690522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

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

R = 72.92%
G = 3.47%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#690522 (or 0x690522) is known color: Burgundy. HEX triplet: 69, 05 and 22. RGB value is (105,5,34). Sum of RGB (Red+Green+Blue) = 105+5+34=144 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.92% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 105 - color contains mainly: red. Hex color #690522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690522 is #96FADD. Grayscale: #262626. Windows color (decimal): -9894622 or 2229609. OLE color: 2229609.

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

Color convert

RGB 105 5 34 -
CMYK 0 0.95 0.68 0.59
HSL 342.6º 0.91% 0.22% -
HSV(B) 342.6º 0.95% 0.41% -
XYZ 6.17 3.23 1.81 -
YUV 38.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 105 5 34 0 0.95 0.68 0.59 342.6 0.91 0.22
Hex 69 5 22 0 5F 44 3B 157 5B 16
Octal 151 5 42 0 137 104 73 527 133 26
Binary 1101001 101 100010 0 1011111 1000100 111011 101010111 1011011 10110

Color Harmonies of #690522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690522

Black with #690522

Text Example


Text Example

White with #690522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690522; }

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

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

background-color css

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

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

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

border-color css

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

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

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