Html Css Color HEX #690323 Burgundy

📋 copy color: '#690323'

red 105 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #690323

Tints of Burgundy #690323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.1%

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 73.43%
G = 2.1%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#690323 (or 0x690323) is known color: Burgundy. HEX triplet: 69, 03 and 23. RGB value is (105,3,35). Sum of RGB (Red+Green+Blue) = 105+3+35=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #690323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690323 is #96FCDC. Grayscale: #252525. Windows color (decimal): -9895133 or 2294633. OLE color: 2294633.

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

Color convert

RGB 105 3 35 -
CMYK 0 0.97 0.67 0.59
HSL 341.18º 0.94% 0.21% -
HSV(B) 341.18º 0.97% 0.41% -
XYZ 6.16 3.19 1.88 -
YUV 37.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 105 3 35 0 0.97 0.67 0.59 341.18 0.94 0.21
Hex 69 3 23 0 61 43 3B 155 5E 15
Octal 151 3 43 0 141 103 73 525 136 25
Binary 1101001 11 100011 0 1100001 1000011 111011 101010101 1011110 10101

Color Harmonies of #690323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690323

Black with #690323

Text Example


Text Example

White with #690323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690323; }

 p { color: rgb(105,3,35); }

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

background-color css

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

 a { background-color: rgb(105,3,35); }

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

border-color css

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

 span { border-color: rgb(105,3,35); }

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